Skip to content

Commit

Permalink
update to version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Jun 19, 2020
1 parent 79b72ae commit 253a11a
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 @@
# Development version


# Version 0.5.1 - 2020-06-19

* Avoid blocking the application on cache list deserialization when updating from a version older than 0.4.1.

# Version 0.5.0 - 2020-06-18

* Require a configured GC username for the log synchronization.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ project.ext.ocOkapiPropertiesFile = projectDir.getPath() + "${File.separator}oc_
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = '0.5.0'
version = '0.5.1'

wrapper {
gradleVersion = '6.5'
Expand Down

0 comments on commit 253a11a

Please sign in to comment.