diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 78fbfc94..7cad3807 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.5.0", + "version": "9.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index e8e2de33..64d73a0e 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.5.0", + "version": "9.5.1", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 359f1d3c..1c870ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [9.5.1](https://github.com/rive-app/rive-android/compare/9.5.0...9.5.1) + +- Use new user/password combination for Maven [`9f55c22`](https://github.com/rive-app/rive-android/commit/9f55c22179767fa895b596ac8ba79f8cda3ccb64) + #### [9.5.0](https://github.com/rive-app/rive-android/compare/9.4.2...9.5.0) +> 18 June 2024 + +- chore: release v9.5.0 [`e6630cd`](https://github.com/rive-app/rive-android/commit/e6630cd8b650799b30e8ff5ea60353d20b106e7f) - Yoga layout runtimes [`34ea6d6`](https://github.com/rive-app/rive-android/commit/34ea6d61f114c143f262a7fd353866833e9d7edf) - Optimize image encoding/decoding in debug builds [`39b2e7b`](https://github.com/rive-app/rive-android/commit/39b2e7b91755ba5c074d044b468ca43f4cb2ca8e) -- Replace computeIntrinsicSize with measureLayout [`fa9d6f9`](https://github.com/rive-app/rive-android/commit/fa9d6f934a789015a8c7cb502eac73c1f7211ff0) #### [9.4.2](https://github.com/rive-app/rive-android/compare/9.4.1...9.4.2) diff --git a/VERSION b/VERSION index 847b3adf..5497cb28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.5.0 \ No newline at end of file +9.5.1 \ No newline at end of file