diff --git a/CHANGELOG.md b/CHANGELOG.md index 9683d29a5c7..dd291332caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 0.4.34 +* `Versions`: + * `uuid`: `0.2.3` -> `0.2.4` * `Repos`: * `AbstractExposedCRUDRepo` now implements `StandardCRUDRepo` * `AbstractMutableAndroidCRUDRepo` now implements `StandardCRUDRepo` diff --git a/gradle.properties b/gradle.properties index 1cb22800aa6..63ac75bd490 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ klockVersion=2.0.7 github_release_plugin_version=2.2.12 -uuidVersion=0.2.3 +uuidVersion=0.2.4 # ANDROID