We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b66cf6 commit c30a072Copy full SHA for c30a072
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## master
2
3
+### enhancements
4
+
5
+### bug fixes
6
7
+## 1.2.0
8
9
### enhancements
10
* It allows `submit` buttons to accept blocks. When a block is specified, the submit button will
11
use a \<button> tag instead of an \<input> tag. [@lowjoel](https://github.com/lowjoel)
lib/simple_form/bootstrap/version.rb
@@ -1,4 +1,4 @@
module SimpleForm; end
module SimpleForm::Bootstrap
- VERSION = '1.1.2'
+ VERSION = '1.2.0'
end
0 commit comments