Skip to content

Commit 708e5e7

Browse files
committed
Preparing v2.4.0
1 parent 568f599 commit 708e5e7

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
## Pending Release
1+
## [Pending Release][]
2+
3+
Bugfixes:
4+
5+
- Your contribution here!
6+
7+
Features:
8+
9+
- Your contribution here!
10+
11+
## [2.4.0][] (2016-07-04)
12+
13+
This version is ready to use with Rails 5.0.0!
214

315
Bugfixes:
416

@@ -112,3 +124,7 @@ Features:
112124
- Added errors_on helper (@baldwindavid)
113125
- Added per field layout option (@baldwindavid)
114126
- Added support for bootstrap_form_tag (@baldwindavid)
127+
128+
129+
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...HEAD
130+
[2.4.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.3.0...v2.4.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
bootstrap_form (2.3.0)
4+
bootstrap_form (2.4.0)
55

66
GEM
77
remote: http://rubygems.org/

lib/bootstrap_form/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapForm
2-
VERSION = "2.3.0"
2+
VERSION = "2.4.0".freeze
33
end

0 commit comments

Comments
 (0)