From 968563b6c27d59814ac1f30530b305d6bbf59ebe Mon Sep 17 00:00:00 2001 From: mismirnov Date: Fri, 28 Jul 2023 15:48:58 +0300 Subject: [PATCH] Bump version; --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2746e96..cf09dbd0 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] +## [2.0.1] - 2023-07-28 ### Fixed - NftApi sample bug with incorrect key error. @@ -127,7 +127,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/2.0.0...HEAD +[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.1...HEAD +[2.0.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.1 [2.0.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.0 [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 diff --git a/package.json b/package.json index 23c522c1..85aeb287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.trilitech.tezos-unity-sdk", - "version": "2.0.0", + "version": "2.0.1", "unity": "2021.3", "displayName": "Tezos Unity SDK", "description": "Unity SDK for Tezos",