Skip to content

Commit ebf07c1

Browse files
committed
Preparing v4.5.0
1 parent 3139947 commit ebf07c1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66

77
### New features
88

9-
* [#562](https://github.com/bootstrap-ruby/bootstrap_form/pull/562): Allow to configure default form attributes - [@sharshenov](https://github.com/sharshenov).
9+
* Your contribution here!
1010

1111
### Bugfixes
1212

1313
* Your contribution here!
1414

15+
## [4.5.0][] (2020-04-29)
16+
17+
### New features
18+
19+
* [#562](https://github.com/bootstrap-ruby/bootstrap_form/pull/562): Allow to configure default form attributes - [@sharshenov](https://github.com/sharshenov).
20+
1521
## [4.4.0][] (2020-03-08)
1622

1723
### New features
@@ -286,7 +292,8 @@ Features:
286292
- Added support for bootstrap_form_tag (@baldwindavid)
287293

288294

289-
[Pending Release]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.4.0...HEAD
295+
[Pending Release]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.5.0...HEAD
296+
[4.5.0]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.4.0...v4.5.0
290297
[4.4.0]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.3.0...v4.4.0
291298
[4.3.0]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.2.0...v4.3.0
292299
[4.2.0]: https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.1.0...v4.2.0

RELEASING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Follow these steps to release a new version of bootstrap_form to rubygems.org.
66

77
* You must have commit rights to the bootstrap_form repository.
88
* You must have push rights for the bootstrap_form gem on rubygems.org.
9-
* You must be using Ruby >= 2.4.
9+
* You must be using Ruby >= 2.5.
1010
* Your GitHub credentials must be available to Chandler via `~/.netrc` or an environment variable, [as explained here](https://github.com/mattbrictson/chandler#2-configure-credentials).
1111

1212
## How to release

lib/bootstrap_form/version.rb

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

0 commit comments

Comments
 (0)