diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ec26c30a..7871c91643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.6.1 +### Bugs Fixes +* Fixed a floating point error calculating keyframe end progress ([#2588](https://github.com/airbnb/lottie-android/pull/2588)) + # 6.6.0 ### New Features * Overhauled drop shadow support for even better correctness ([#2548](https://github.com/airbnb/lottie-android/pull/2548)) diff --git a/gradle.properties b/gradle.properties index 9310551077..d8abb04a44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=6.6.1-SNAPSHOT +VERSION_NAME=6.6.1 GROUP=com.airbnb.android POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.