diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 5c3c8dd..6c28b67 100755 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f98e67..364002c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/castor-labs/php-lib-ledgering/compare/0.1.1...0.2.0) (2026-01-08) + + +### Features + +* Implement idempotency decorator ([#5](https://github.com/castor-labs/php-lib-ledgering/issues/5)) ([5fc710a](https://github.com/castor-labs/php-lib-ledgering/commit/5fc710a09f00b493ba5324a08e710b16746b6c5e)) + ## [0.1.1](https://github.com/castor-labs/php-lib-ledgering/compare/0.1.0...0.1.1) (2026-01-08)