diff --git a/CHANGELOG.md b/CHANGELOG.md index 40e9f04..b572b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.7.1](https://github.com/brick/money/releases/tag/0.7.1) - 2023-01-16 + +👌 **Improvements** + +- Compatibility with `brick/math` version `0.11` + ## [0.7.0](https://github.com/brick/money/releases/tag/0.7.0) - 2022-10-06 💥 **Breaking changes** diff --git a/composer.json b/composer.json index deb9f59..1e83b5f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-json": "*", - "brick/math": "~0.10.1" + "brick/math": "~0.10.1 || ~0.11.0" }, "require-dev": { "ext-dom": "*",