diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b62e1c..3fda0da 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "25.16.0" + ".": "25.16.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ea1dc..b8d45d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [25.16.1](https://github.com/glamsystems/glam-sdk-java/compare/25.16.0...25.16.1) (2026-07-22) + + +### ⚠ BREAKING CHANGES + +* delegateHasPermissions now denies a delegate that holds only part of the requested permission mask, where it previously allowed it, and returns false instead of throwing when the delegate has no grant for a required integration program. Callers relying on the previous result must re-check the permission maps they pass in. GlamAccounts#mintPDA(publicKey, 256) now throws instead of returning share class 0's PDA. + +### Bug Fixes + +* correct instruction building, permission and cache defects ([a562eea](https://github.com/glamsystems/glam-sdk-java/commit/a562eea69216b5efcfd3a70e35828896b4395015)) +* **srcgen:** Regenerate with fixed string length reporting. ([afd7d4d](https://github.com/glamsystems/glam-sdk-java/commit/afd7d4d8c4dec5a795bcba393495d33457e5b833)) + ## [25.16.0](https://github.com/glamsystems/glam-sdk-java/compare/25.15.0...25.16.0) (2026-07-17)