Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Nov 14, 2021
1 parent 300f137 commit 20927b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@

### Security

## [1.0.3] - 2021-11-08
## [1.0.4] - 2021-11-14
### Added
- Set spring application name to `skinserver` for kubernetes
- Disable for swagger generation k8s support
- Bump dependencies
- Add graalvm Support for Spring Boot
- Add Junit tests
- Add automatic pr feedback
- Add detekt support
- Add review bot

### Changed

### Deprecated
Expand All @@ -28,6 +31,12 @@

### Security

## [1.0.3] - 2021-11-08
### Added
- Set spring application name to `skinserver` for kubernetes
- Disable for swagger generation k8s support
- Bump dependencies

## [1.0.2] - 2021-11-08
### Changed
- **Every url must be ended with `/`**
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group = "dev.themeinerlp"
version = "1.0.3"
version = "1.0.4"
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8

Expand Down

0 comments on commit 20927b9

Please sign in to comment.