diff --git a/README.md b/README.md index 9905e66328..cf503d0685 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Kotlin version](https://img.shields.io/badge/kotlin-1.9.23-blueviolet?logo=kotlin&logoColor=white) +![Kotlin version](https://img.shields.io/badge/kotlin-2.0.0-blueviolet?logo=kotlin&logoColor=white) [![MavenCentral](https://img.shields.io/maven-central/v/com.javiersc.hubdle/hubdle-gradle-plugin?label=MavenCentral)](https://repo1.maven.org/maven2/com/javiersc/hubdle/hubdle-gradle-plugin/) [![Snapshot](https://img.shields.io/nexus/s/com.javiersc.hubdle/hubdle-gradle-plugin?server=https%3A%2F%2Foss.sonatype.org%2F&label=Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/javiersc/hubdle/hubdle-gradle-plugin/) diff --git a/hubdle-version-catalog/CHANGELOG.md b/hubdle-version-catalog/CHANGELOG.md index a6231e2d67..03a8a049dd 100644 --- a/hubdle-version-catalog/CHANGELOG.md +++ b/hubdle-version-catalog/CHANGELOG.md @@ -14,6 +14,10 @@ ### Updated +## [0.3.1] - 2024-07-25 + +### Updated + - `androidx.lifecycle:lifecycle-viewmodel-ktx -> 2.8.4` - `androidx.lifecycle:lifecycle-viewmodel-compose -> 2.8.4` - `androidx.lifecycle:lifecycle-viewmodel -> 2.8.4` @@ -1167,7 +1171,9 @@ - `com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter -> 1.0.0` - `io.kotest.extensions:kotest-assertions-konform -> 1.0.2` -[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/c0.3.0...HEAD +[Unreleased]: https://github.com/JavierSegoviaCordoba/hubdle/compare/c0.3.1...HEAD + +[0.3.1]: https://github.com/JavierSegoviaCordoba/hubdle/compare/c0.3.0...c0.3.1 [0.3.0]: https://github.com/JavierSegoviaCordoba/hubdle/compare/c0.2.8...c0.3.0