CHANGELOG.md in devise-bootstrap-form-0.1.0 vs CHANGELOG.md in devise-bootstrap-form-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ -## [Pending Release][0.1.0] +## [Pending Release][0.0.0] ### Breaking changes * Your contribution here! @@ -8,6 +8,39 @@ * Your contribution here! ### Bugfixes -* Your contribution here! +* None. + +## [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. + +``` + [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 +```