Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco and MediaMarco committed Oct 23, 2019
1 parent 72758ff commit 3eded7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## 2.2.0
* **[general]**: Update to Spring Boot 2.2

See https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.2-Release-Notes for a migration guide

## 2.1.3
* **[general]**: Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ subprojects {
// DO NOT FORGET TO DOCUMENT CHANGES IN CHANGELOG.md
//
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
version = '2.2.0-SNAPSHOT'
version = '2.2.0'
group = 'de.otto.edison'

repositories {
Expand Down

0 comments on commit 3eded7c

Please sign in to comment.