We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 155fa21 commit b12d31bCopy full SHA for b12d31b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OPA Spring Boot SDK Changelog
2
3
+## v0.1.1
4
+
5
+* Autowire `OPAProperties` in `OPAAutoConfiguration`
6
7
## v0.1.0
8
9
* Add `OPAAutoConfiguration` to auto-configure `OPAClient` and `OPAAuthorizationManager` beans. When another
build.gradle
@@ -9,7 +9,7 @@ plugins {
}
10
11
group = 'com.styra'
12
-version = '0.1.0'
+version = '0.1.1'
13
14
java {
15
sourceCompatibility = '17'
0 commit comments