We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b09e5 commit 828ad88Copy full SHA for 828ad88
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## master
2
3
+### enhancements
4
+
5
+### bug fixes
6
7
+## 1.3.0
8
9
### enhancements
10
* Implement support for token fields. Use the `as: :token` on a Simple Form input field.
11
lib/simple_form/bootstrap/version.rb
@@ -1,4 +1,4 @@
module SimpleForm; end
module SimpleForm::Bootstrap
- VERSION = '1.2.0'
+ VERSION = '1.3.0'
end
0 commit comments