Skip to content

Commit

Permalink
release(java-sdk): bump version to 0.3.1 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jan 22, 2024
2 parents a1a9eec + 095c573 commit 3ecb638
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions config/clients/java/CHANGELOG.md.mustache
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.3.1

### [0.3.1](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.3.0...v0.3.1) (2024-01-22)

- feat: oauth2 client credentials support - thanks @le-yams
- fix: add context to ClientCheckRequest
- fix incorrect check for whether transactionChunkSize is not set

## v0.3.0

### [0.3.0](https://{{gitHost}}/{{gitUserId}}/{{gitRepoId}}/compare/v0.2.3...v0.3.0) (2023-12-13)
Expand Down
2 changes: 1 addition & 1 deletion config/clients/java/config.overrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"gitRepoId": "java-sdk",
"artifactId": "openfga-sdk",
"groupId": "dev.openfga",
"packageVersion": "0.3.0",
"packageVersion": "0.3.1",
"apiPackage": "dev.openfga.sdk.api",
"authPackage": "dev.openfga.sdk.api.auth",
"clientPackage": "dev.openfga.sdk.api.client",
Expand Down
2 changes: 1 addition & 1 deletion config/clients/java/template/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ext {
{{#swagger2AnnotationLibrary}}
swagger_annotations_version = "2.2.9"
{{/swagger2AnnotationLibrary}}
jackson_version = "2.16.0"
jackson_version = "2.16.1"
junit_version = "5.10.1"
{{#hasFormParamsInSpec}}
httpmime_version = "4.5.13"
Expand Down

0 comments on commit 3ecb638

Please sign in to comment.