Skip to content

Commit c30a072

Browse files
committed
Version bump.
1 parent 0b66cf6 commit c30a072

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.2.0
8+
39
### enhancements
410
* It allows `submit` buttons to accept blocks. When a block is specified, the submit button will
511
use a \<button> tag instead of an \<input> tag. [@lowjoel](https://github.com/lowjoel)

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.1.2'
3+
VERSION = '1.2.0'
44
end

0 commit comments

Comments
 (0)