Skip to content

Commit

Permalink
build: resume development
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <[email protected]>
  • Loading branch information
srenatus committed Nov 18, 2024
1 parent cee8c19 commit 7e3d74c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OPA Spring Boot SDK Changelog

## v0.0.9 (unreleased)


## v0.0.8

* Change `build.gradle` to omit the `plain` classifier from the jar file it builds. This should make the default
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.8'
version = '0.0.9'

java {
sourceCompatibility = '17'
Expand Down

0 comments on commit 7e3d74c

Please sign in to comment.