diff --git a/CHANGELOG.md b/CHANGELOG.md index 374919a3..affe7757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [1.5.1] - 2023-06-27 ### Fixed - [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/99) with game items transfer not working @@ -104,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added auto releases with GH actions -[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.0...HEAD +[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.1...HEAD +[1.5.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.1 [1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0 [1.4.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.4.0 [1.3.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.1 diff --git a/package.json b/package.json index b136c6c2..05081c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.trilitech.tezos-unity-sdk", - "version": "1.5.0", + "version": "1.5.1", "unity": "2021.3", "displayName": "Tezos Unity SDK", "description": "Unity SDK for Tezos",