Skip to content

Commit

Permalink
Release 2.0.0-m4
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 Sep 24, 2018
1 parent fc04725 commit d91352e
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-0.0-m4

* **[general]**: You need Java >9 to compile, but target compatibility is set back to 1.8
* **[edison-mongo]** create compound index of `type` and `started` in job repository

## 2.0.0-m3

* **[edison-togglz]**: TogglzStateRepositories are now always Cache-Repositories with a TTL of 60 Seconds.
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.0.0-m5-SNAPSHOT'
version = '2.0.0-m4'
group = 'de.otto.edison'

repositories {
Expand Down

0 comments on commit d91352e

Please sign in to comment.