Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "25.10.1"
".": "25.11.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [25.11.0](https://github.com/glamsystems/glam-sdk-java/compare/25.10.1...25.11.0) (2026-05-22)


### ⚠ BREAKING CHANGES

* Kamino Cache now only stores binary data to disk and does not JSON serialize any context for change subscribers.

### Features

* bridge and phoenix staging programs, integ authority PDAs ([804d2e3](https://github.com/glamsystems/glam-sdk-java/commit/804d2e3db99c94374f653513f1f09818001013f4))


### Bug Fixes

* trigger release ([1337577](https://github.com/glamsystems/glam-sdk-java/commit/1337577d580997e2c5a7d55c272b2b771053f1bf))

## [25.10.1](https://github.com/glamsystems/glam-sdk-java/compare/25.10.0...25.10.1) (2026-05-01)


Expand Down