From 89003a0b3a5c56dacad4b972390304440d745f2a Mon Sep 17 00:00:00 2001 From: "mr-piper[bot]" <174805569+mr-piper[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:50:32 +0000 Subject: [PATCH] chore: release 0.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)