## [Pending Release][0.0.0] ### Breaking changes * Your contribution here! ### New features * Your contribution here! ### Bugfixes * None. ## [0.4.0][] (2022-01-02) ### New features * Use GitHub actions instead of Travis. * New RuboCop rules. ### Bugfixes * Fix dependencies so we only use Bootstrap 4. ## [0.3.0] ### New features * Remove `devise_error_messages!` and use `_error_messages.html.erb`. ## [0.2.0][] (2018-09-30) ### Breaking changes * None. ### New features * Initial support for internationalization. ### Bugfixes * None. ## [0.1.0][] (2018-08-27) ### Breaking changes * N/A. ### New features * Devise forms using [`bootstrap_form`](https://github.com/bootstrap-ruby/bootstrap_form). ### Bugfixes * N/A. ``` [Pending Release]: https://github.com/lcreid/devise-bootstrap-form/compare/.v0.4.0...HEAD [0.4.0]: https://github.com/lcreid/devise-bootstrap-form/compare/v0.3.0..v0.4.0 [0.3.0]: https://github.com/lcreid/devise-bootstrap-form/compare/v0.2.0..v0.3.0 [0.2.0]: https://github.com/lcreid/devise-bootstrap-form/compare/v0.1.0..v0.2.0 [0.1.0]: https://github.com/lcreid/devise-bootstrap-form/compare/...v0.2.0 ```