diff --git a/CHANGELOG.md b/CHANGELOG.md index b737dcd..731bbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.7.27 +- Adds support for translation, scale, and rotation constraints. + ## 0.7.26 - Adds support for distance constraints. [`#158`](https://github.com/rive-app/rive-flutter/pull/158) diff --git a/VERSION b/VERSION index fbce3ec..1e70338 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.26 \ No newline at end of file +0.7.27 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 957fedf..eec73bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. -version: 0.7.26 +version: 0.7.27 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app