Skip to content

Commit

Permalink
Merge branch 'release/0.2.1'
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Gooden <[email protected]>
  • Loading branch information
MichaelGooden committed Feb 4, 2022
2 parents 0b96110 + ee2bab4 commit f892c72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.2.1]
### Added
- Support moneyphp/money 4.0. Thanks to Menno Holtkamp (https://github.com/MichaelGooden/mdg-money-doctrine/pull/1)

## [0.2.0]
### Added
- Extended currency code length support for cryptocurrencies
Expand All @@ -16,4 +20,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- This CHANGELOG file

[0.2.0]: https://github.com/MichaelGooden/mdg-money-doctrine/compare/0.1.0...0.2.0
[Unreleased]: https://github.com/MichaelGooden/mdg-money-doctrine/compare/0.2.0...HEAD
[0.2.1]: https://github.com/MichaelGooden/mdg-money-doctrine/compare/0.2.0...0.2.1
[Unreleased]: https://github.com/MichaelGooden/mdg-money-doctrine/compare/0.2.1...HEAD
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Doctrine Types and Embeddables for the PHP implementation of Fowler's Money pattern.",
"type": "library",
"require": {
"moneyphp/money": "^3.0",
"moneyphp/money": "^3.0 || ^4.0",
"doctrine/dbal": "^2.3"
},
"license": "BSD-3-Clause",
Expand Down

0 comments on commit f892c72

Please sign in to comment.