Skip to content

Commit 828ad88

Browse files
committed
Version bump.
1 parent f5b09e5 commit 828ad88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## master
22

3+
### enhancements
4+
5+
### bug fixes
6+
7+
## 1.3.0
8+
39
### enhancements
410
* Implement support for token fields. Use the `as: :token` on a Simple Form input field.
511

lib/simple_form/bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SimpleForm; end
22
module SimpleForm::Bootstrap
3-
VERSION = '1.2.0'
3+
VERSION = '1.3.0'
44
end

0 commit comments

Comments
 (0)