CHANGELOG.md in administrate-field-money-0.2.1 vs CHANGELOG.md in administrate-field-money-0.3.0
- old
+ new
@@ -1,68 +1,74 @@
# Changelog
+## [v0.3.0](https://github.com/zooppa/administrate-field-money/tree/v0.3.0) (2022-04-08)
+
+[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.2.1...v0.3.0)
+
+- Add Rails 7 support
+
## [v0.2.1](https://github.com/zooppa/administrate-field-money/tree/v0.2.1) (2020-01-15)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.2.0...v0.2.1)
-* Require Rack greater than 2.0.8
-* Explicitly set Money gem defaults
+- Require Rack greater than 2.0.8
+- Explicitly set Money gem defaults
## [v0.2.0](https://github.com/zooppa/administrate-field-money/tree/v0.2.0) (2019-08-27)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.1.2...v0.2.0)
-* Update the requirements on Rails to permit the latest version
+- Update the requirements on Rails to permit the latest version
## [v0.1.2](https://github.com/zooppa/administrate-field-money/tree/v0.1.2) (2019-04-15)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.1.1...v0.1.2)
-* Require `money` gem (thanks @iamnader)
+- Require `money` gem (thanks @iamnader)
## [v0.1.1](https://github.com/zooppa/administrate-field-money/tree/v0.1.1) (2018-10-11)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.1.0...v0.1.1)
-* Clarify expected attribute name (thanks @pkonovalov and @MatteoJoliveau)
+- Clarify expected attribute name (thanks @pkonovalov and @MatteoJoliveau)
## [v0.1.0](https://github.com/zooppa/administrate-field-money/tree/v0.1.0) (2018-03-06)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.6...v0.1.0)
-* Use smarter defaults (thanks @serradura)
+- Use smarter defaults (thanks @serradura)
## [v0.0.6](https://github.com/zooppa/administrate-field-money/tree/v0.0.6) (2017-08-01)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.5...v0.0.6)
-* Upgrade money gem
+- Upgrade money gem
## [v0.0.5](https://github.com/zooppa/administrate-field-money/tree/v0.0.5) (2017-04-03)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.4...v0.0.5)
-* Bump up Administrate dependency
+- Bump up Administrate dependency
## [v0.0.4](https://github.com/zooppa/administrate-field-money/tree/v0.0.4) (2017-03-20)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.3...v0.0.4)
-* Bump up Administrate dependency
+- Bump up Administrate dependency
## [v0.0.3](https://github.com/zooppa/administrate-field-money/tree/v0.0.3) (2016-11-22)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.2...v0.0.3)
-* Bump up Administrate dependency
+- Bump up Administrate dependency
## [v0.0.2](https://github.com/zooppa/administrate-field-money/tree/v0.0.2) (2016-11-14)
[Full Changelog](https://github.com/zooppa/administrate-field-money/compare/v0.0.1...v0.0.2)
**Implemented enhancements**:
-* Allow customization of symbol, delimiter and separator via options
+- Allow customization of symbol, delimiter and separator via options
## [v0.0.1](https://github.com/zooppa/administrate-field-money/tree/v0.0.1) (2016-11-11)
First release