Skip to content

Commit 7e3d74c

Browse files
committed
build: resume development
Signed-off-by: Stephan Renatus <[email protected]>
1 parent cee8c19 commit 7e3d74c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OPA Spring Boot SDK Changelog
22

3+
## v0.0.9 (unreleased)
4+
5+
36
## v0.0.8
47

58
* Change `build.gradle` to omit the `plain` classifier from the jar file it builds. This should make the default

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = 'com.styra'
12-
version = '0.0.8'
12+
version = '0.0.9'
1313

1414
java {
1515
sourceCompatibility = '17'

0 commit comments

Comments
 (0)