diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3253b5b..c8e5b4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.17.1" + ".": "2.17.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cd548..95652d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.17.2](https://github.com/darksworm/argonaut/compare/v2.17.1...v2.17.2) (2026-06-02) + + +### Bug Fixes + +* **ci:** goreleaser uploads to existing draft instead of creating a duplicate ([68c7dce](https://github.com/darksworm/argonaut/commit/68c7dce03f2f90a61040a841dabdc0c7d3f90415)) + ## [2.17.1](https://github.com/darksworm/argonaut/compare/v2.17.0...v2.17.1) (2026-05-21)