diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 261f4538d..57b384179 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.0 + placeholder: v0.14.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/build-install-issue.yml b/.github/ISSUE_TEMPLATE/build-install-issue.yml index fc7937411..a8a066bed 100644 --- a/.github/ISSUE_TEMPLATE/build-install-issue.yml +++ b/.github/ISSUE_TEMPLATE/build-install-issue.yml @@ -16,7 +16,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.0 + placeholder: v0.14.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/support.yml b/.github/ISSUE_TEMPLATE/support.yml index c6f5f6c87..aa48726c8 100644 --- a/.github/ISSUE_TEMPLATE/support.yml +++ b/.github/ISSUE_TEMPLATE/support.yml @@ -17,7 +17,7 @@ body: id: plugin_version attributes: label: Plugin Version or Commit ID - placeholder: v0.14.0 + placeholder: v0.14.1 validations: required: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fd08b12..1c34a411c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.14.1](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.14.0...v0.14.1) (2024-01-26) + + +### Bug Fixes + +* all landmarks except the first one are always null ([#1125](https://github.com/homuler/MediaPipeUnityPlugin/issues/1125)) ([73554f2](https://github.com/homuler/MediaPipeUnityPlugin/commit/73554f2cacc4e737cfdce7ff807482b425ba9eb0)) +* **sample:** Android build error ([#1127](https://github.com/homuler/MediaPipeUnityPlugin/issues/1127)) ([77183c6](https://github.com/homuler/MediaPipeUnityPlugin/commit/77183c6fc6147bc035ae3466045123e58fac65f7)) + ## [0.14.0](https://github.com/homuler/MediaPipeUnityPlugin/compare/v0.13.1...v0.14.0) (2024-01-08) diff --git a/Packages/com.github.homuler.mediapipe/package.json b/Packages/com.github.homuler.mediapipe/package.json index 32beb0f94..bbe3db060 100644 --- a/Packages/com.github.homuler.mediapipe/package.json +++ b/Packages/com.github.homuler.mediapipe/package.json @@ -1,6 +1,6 @@ { "name": "com.github.homuler.mediapipe", - "version": "0.14.0", + "version": "0.14.1", "displayName": "MediaPipe Unity Plugin", "description": "A Unity Plugin to run MediaPipe CalculatorGraph", "unity": "2020.4",