diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2f..0bb4db2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7480db2..77a6f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/pseudobun/tossinger/compare/v1.3.1...v1.3.2) (2026-04-12) + + +### Bug Fixes + +* **macos:** drop iOS-shaped aps-environment from signed entitlements ([#19](https://github.com/pseudobun/tossinger/issues/19)) ([36e30a2](https://github.com/pseudobun/tossinger/commit/36e30a29285ef4453548e669c43ba4b95c8a1f93)) + ## [1.3.1](https://github.com/pseudobun/tossinger/compare/v1.3.0...v1.3.1) (2026-04-12)