Skip to content

Commit

Permalink
resume development
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Daniels committed Jul 31, 2024
1 parent 330cf48 commit 09b24c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# OPA Spring Boot SDK Changelog

## v0.0.6 (unreleased)

## v0.0.5

* Add `OPAAuthorizationManager` constructor that accepts a path and a `ContextDataProvider`, but not an `OPAClient`.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'com.styra'
version = '0.0.5'
version = '0.0.6'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit 09b24c6

Please sign in to comment.