diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 949ce4c..0451499 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea2675..ca813c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/clappingmonkey/Deplexity/compare/v0.2.2...v0.2.3) (2026-06-10) + + +### Bug Fixes + +* **deps:** update module golang.org/x/net to v0.56.0 ([#27](https://github.com/clappingmonkey/Deplexity/issues/27)) ([17d5f79](https://github.com/clappingmonkey/Deplexity/commit/17d5f79696e589fd258e8eb44d2860c0f76ed216)) + ## [0.2.2](https://github.com/clappingmonkey/Deplexity/compare/v0.2.1...v0.2.2) (2026-05-30)