diff --git a/CHANGELOG.md b/CHANGELOG.md index f407442892..46574e8035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [10.12.17] 2023-06-23 + +### Fixed + +- Fixing `useInstantTransition` when called on subsequent frames. +- Fixing reverse animation with negative speed finishes too early when the + time is set to the duration. + ## [10.12.16] 2023-05-24 ### Fixed