We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee8c19 commit 7e3d74cCopy full SHA for 7e3d74c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# OPA Spring Boot SDK Changelog
2
3
+## v0.0.9 (unreleased)
4
+
5
6
## v0.0.8
7
8
* Change `build.gradle` to omit the `plain` classifier from the jar file it builds. This should make the default
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group = 'com.styra'
12
-version = '0.0.8'
+version = '0.0.9'
13
14
java {
15
sourceCompatibility = '17'
0 commit comments