CHANGELOG.md in devise-bootstrap-form-0.2.0 vs CHANGELOG.md in devise-bootstrap-form-0.3.0
- old
+ new
@@ -10,10 +10,16 @@
### Bugfixes
* None.
+## [0.3.0]
+
+### New features
+
+* Remove `devise_error_messages!` and use `_error_messages.html.erb`.
+
## [0.2.0][] (2018-09-30)
### Breaking changes
* None.
@@ -39,8 +45,10 @@
### Bugfixes
* N/A.
```
+ [Pending Release]: https://github.com/lcreid/devise-bootstrap-form/compare/.v0.3.0...HEAD
+ [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
```