diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 88d1d60..5c3c8dd 100755 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f0a6fc..4f98e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/castor-labs/php-lib-ledgering/compare/0.1.0...0.1.1) (2026-01-08) + + +### Fixes + +* Correctly handle when both balancing flags are present in a transfer ([e869732](https://github.com/castor-labs/php-lib-ledgering/commit/e869732cf08a5f39f3dc76d1d89e39477b988407)) + ## 0.1.0 (2026-01-07)