Skip to content

Commit 8814ff1

Browse files
committed
Preparing v2.5.3
1 parent 5512154 commit 8814ff1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ Bugfixes:
44
- Your contribution here!
55

66
Features:
7-
- The project is now tested against and compatible with the following Rails versions 4.0, 4.1, 4.2 and 5.0 (#278).
87
- Your contribution here!
98

9+
## [2.5.3][] (2016-12-23)
10+
11+
There are no user-facing changes with this release. Behind the scenes, the tests have been greatly improved. The project is now tested against and compatible with the following Rails versions 4.0, 4.1, 4.2 and 5.0 (#278).
12+
1013
## [2.5.2][] (2016-10-08)
1114

1215
Bugfixes:
@@ -149,7 +152,8 @@ Features:
149152
- Added support for bootstrap_form_tag (@baldwindavid)
150153

151154

152-
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.2...HEAD
155+
[Pending Release]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.3...HEAD
156+
[2.5.3]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.2...v2.5.3
153157
[2.5.2]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.1...v2.5.2
154158
[2.5.1]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.5.0...v2.5.1
155159
[2.5.0]: https://github.com/bootstrap-ruby/rails-bootstrap-forms/compare/v2.4.0...v2.5.0

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.5.2".freeze
2+
VERSION = "2.5.3".freeze
33
end

0 commit comments

Comments
 (0)