diff --git a/CHANGELOG.md b/CHANGELOG.md index c266f5b742..a5c714f5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 0.33.4 +* `Common`: + * `Version`: + * `uuid`: `0.2.3` -> `0.2.4` * `Core`: * All `TextSource` implementators have become `Serializable` * New serializer `TextSourceSerializer` diff --git a/gradle.properties b/gradle.properties index ae661b29b3..b5beae4e22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ kotlin_version=1.4.32 kotlin_coroutines_version=1.4.3 kotlin_serialisation_runtime_version=1.1.0 klock_version=2.0.7 -uuid_version=0.2.3 +uuid_version=0.2.4 ktor_version=1.5.3 micro_utils_version=0.4.33