Skip to content

Commit

Permalink
Add changelog and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Apr 14, 2023
1 parent 6be4b30 commit 91996dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
prerelease: false
allowUpdates: true
bodyFile: CHANGELOG.md
tag: v1.0.0
tag: v0.1.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 91996dc

Please sign in to comment.