Skip to content

Commit

Permalink
Preparing v4.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcreid committed Jan 19, 2019
1 parent 3b53abb commit b7b1579
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@

### New features

- [#259] Allow to render input without wrapper (, @yevhene)
* Your contribution here!

### Bugfixes

* [#496] Ensure required attribute is passed through to input tag.
* Your contribution here!

## [4.1.0][] (2019-01-19)

### New features

- [#259] Allow to render input without wrapper [@yevhene].

### Bugfixes

* [#496] Ensure required attribute is passed through to input tag.

## [4.0.0][] (2018-10-27)

🚨 **This release adds support for Bootstrap v4 and drops support for Bootstrap v3.** 🚨
Expand Down Expand Up @@ -247,7 +255,8 @@ Features:
- Added support for bootstrap_form_tag (@baldwindavid)


[Pending Release]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.0.0...HEAD
[Pending Release]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.1.0...HEAD
[4.1.0]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.0.0...v4.1.0
[4.0.0]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v4.0.0.alpha1...v4.0.0
[4.0.0.alpha1]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.7.0...v4.0.0.alpha1
[2.7.0]: /~https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.6.0...v2.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Bootstrap v4-style forms into your Rails application.
Add it to your Gemfile:

```ruby
gem "bootstrap_form", ">= 4.0.0"
gem "bootstrap_form", ">= 4.1.0"
```

Then:
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrap_form/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BootstrapForm
VERSION = "4.0.0".freeze
VERSION = "4.1.0".freeze
end

0 comments on commit b7b1579

Please sign in to comment.