Skip to content

Commit 5418ccf

Browse files
committed
Preparing v2.6.0
1 parent dccdb60 commit 5418ccf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Bugfixes:
55

66
Features:
77
- Your contribution here!
8+
9+
## [2.6.0][] (2017-02-03)
10+
11+
Bugfixes:
12+
- None
13+
14+
Features:
815
- Add a FormBuilder#custom_control helper [#289](https://github.com/bootstrap-ruby/rails-bootstrap-forms/pull/289)
916

1017
## [2.5.3][] (2016-12-23)
@@ -153,7 +160,8 @@ Features:
153160
- Added support for bootstrap_form_tag (@baldwindavid)
154161

155162

156-
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.3...HEAD
163+
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.6.0...HEAD
164+
[2.6.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.3...v2.6.0
157165
[2.5.3]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.2...v2.5.3
158166
[2.5.2]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...v2.5.2
159167
[2.5.1]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...v2.5.1

lib/bootstrap_form/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BootstrapForm
2-
VERSION = "2.5.3".freeze
2+
VERSION = "2.6.0".freeze
33
end

0 commit comments

Comments
 (0)