Skip to content

Commit b12d31b

Browse files
authored
Release 0.1.1 (#34)
1 parent 155fa21 commit b12d31b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OPA Spring Boot SDK Changelog
22

3+
## v0.1.1
4+
5+
* Autowire `OPAProperties` in `OPAAutoConfiguration`
6+
37
## v0.1.0
48

59
* Add `OPAAutoConfiguration` to auto-configure `OPAClient` and `OPAAuthorizationManager` beans. When another

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'com.styra'
12-
version = '0.1.0'
12+
version = '0.1.1'
1313

1414
java {
1515
sourceCompatibility = '17'

0 commit comments

Comments
 (0)