diff --git a/CHANGELOG.md b/CHANGELOG.md index ba14302112..c4c7da2dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.5.2 +### Bugs Fixed +* Fix a NPE when running Lottie in instrumentation tests ([#2546](https://github.com/airbnb/lottie-android/pull/2546)) +* Add support for new reduced motion options in Compose ([#2542](https://github.com/airbnb/lottie-android/pull/2542)) + # 6.5.1 ### Bugs Fixed * Fix value callback is not called for PathKeyframeAnimation ([#2540](https://github.com/airbnb/lottie-android/pull/2540)) diff --git a/CHANGELOG_COMPOSE.md b/CHANGELOG_COMPOSE.md index e02019d4f5..bedd750346 100644 --- a/CHANGELOG_COMPOSE.md +++ b/CHANGELOG_COMPOSE.md @@ -1,3 +1,6 @@ +# 6.5.2 +* Add support for new reduced motion settings ([#2543](https://github.com/airbnb/lottie-android/pull/2543)) + # 6.4.1 ### New Features * Add support for tgs files ([#2501](https://github.com/airbnb/lottie-android/pull/2501)) diff --git a/gradle.properties b/gradle.properties index feee39f263..4c10175527 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.5.2-SNAPSHOT +VERSION_NAME=6.5.2 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.