-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6be4b30
commit 91996dc
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,4 +55,4 @@ jobs: | |
prerelease: false | ||
allowUpdates: true | ||
bodyFile: CHANGELOG.md | ||
tag: v1.0.0 | ||
tag: v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
|
||
- Used Gradle because of performance, used the latest version (8) at time of writing this | ||
- Developed a plugin using Kotlin, OpenApi with Kotlin generator | ||
- A keycloak plugin to handle sending requests on new events | ||
- Used shadow to filter required dependencies for the final jar (hence the second jar ending in `-all`) | ||
- Setup Github Ci |