diff --git a/documentation/docs/changelog.md b/documentation/docs/changelog.md index 325f96d4..fa57c6b5 100644 --- a/documentation/docs/changelog.md +++ b/documentation/docs/changelog.md @@ -15,6 +15,10 @@ The last tested versions are both `1.6.3`. ## [Unreleased] +## [1.5.10-0.2.1] - 2024-03-12 + +- Fixed #136: Tracking `Animatable` no longer crashes. + ## [1.5.10-0.2.0] - 2024-03-10 - Eliminated a potential memory leak. @@ -34,10 +38,8 @@ The last tested versions are both `1.6.3`. - Initial release. -[Unreleased]: https://github.com/jisungbin/ComposeInvestigator/compare/1.5.10-0.2.0...HEAD - +[Unreleased]: https://github.com/jisungbin/ComposeInvestigator/compare/1.5.10-0.2.1...HEAD +[1.5.10-0.2.1]: https://github.com/jisungbin/ComposeInvestigator/releases/tag/1.5.10-0.2.1 [1.5.10-0.2.0]: https://github.com/jisungbin/ComposeInvestigator/releases/tag/1.5.10-0.2.0 - [1.5.10-0.1.1]: https://github.com/jisungbin/ComposeInvestigator/releases/tag/1.5.10-0.1.1 - [1.5.10-0.1.0]: https://github.com/jisungbin/ComposeInvestigator/releases/tag/1.5.10-0.1.0 diff --git a/gradle.properties b/gradle.properties index 08d04b62..795ab060 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,7 +27,7 @@ RELEASE_SIGNING_ENABLED=true SONATYPE_AUTOMATIC_RELEASE=true GROUP=land.sungbin.composeinvestigator -VERSION_NAME=1.5.10-0.2.0 +VERSION_NAME=1.5.10-0.2.1 POM_DESCRIPTION=Trace the recomposition of a Composable with its cause without boilerplate code. POM_INCEPTION_YEAR=2024