Skip to content
Closed
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,6 +1,6 @@
{
"pkg/go": "0.3.1",
"pkg/js": "0.2.1",
"pkg/java": "0.2.1"
"pkg/java": "0.2.2"
}

7 changes: 7 additions & 0 deletions pkg/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/openfga/language/compare/pkg/java/v0.2.1...pkg/java/v0.2.2) (2026-07-07)


### Fixed

* **java:** derive publish coordinates from project instead of hardcoded values ([67c43b7](https://github.com/openfga/language/commit/67c43b7e506ed97bc1d79d5af7e627193001111a))

## [0.2.1](https://github.com/openfga/language/compare/pkg/java/v0.2.0-beta.2...pkg/java/v0.2.1) (2026-07-06)


Expand Down
2 changes: 1 addition & 1 deletion pkg/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
}

group = 'dev.openfga'
version = '0.2.1' // x-release-please-version
version = '0.2.2' // x-release-please-version

apply from: 'publish.gradle'

Expand Down