diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b8e927..cb9248a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## 2.3.0-wip +## 2.3.0 - Add `leftTranslateByVector2` method to `Matrix4`. Equivalent to the `leftTranslate` set of methods, that multiplies this matrix by a translation matrix from the left. - Added `Matrix4.leftMultiply` method. -- Add translateByVector2 method to Matrix4. +- Add `translateByVector2` method to `Matrix4`. - Require `sdk: ^3.7.0`. ## 2.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 07f8d415..2924df32 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: vector_math -version: 2.3.0-wip +version: 2.3.0 description: A Vector Math library for 2D and 3D applications. repository: https://github.com/google/vector_math.dart