Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Oct 17, 2017
1 parent 0b131f1 commit b0d5d24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Release Notes

## 1.2.2-SNAPSHOT
## 1.2.2

**Bugfixes:**

* **[edison-core]** Fix accidential usage of a jdk.nashorn @Immutable annotation, which prevents the usage of edison
with Java 9

**Maintenance:**

* **[edison-jobs]** Timestamps in JobStatus and JobMessage are truncated to milliseconds. This adds compatibility of
our current persistence with Java 9, which has a new default clock precision of nanoseconds.

## 1.2.1

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 = '1.2.2-SNAPSHOT'
version = '1.2.2'
group = 'de.otto.edison'

repositories {
Expand Down

0 comments on commit b0d5d24

Please sign in to comment.