diff --git a/Algorand.Unity.AssetStore/Packages/com.careboo.unity-algorand-sdk/package.json b/Algorand.Unity.AssetStore/Packages/com.careboo.unity-algorand-sdk/package.json index 39e789793..8050fec65 100644 --- a/Algorand.Unity.AssetStore/Packages/com.careboo.unity-algorand-sdk/package.json +++ b/Algorand.Unity.AssetStore/Packages/com.careboo.unity-algorand-sdk/package.json @@ -1,7 +1,7 @@ { "name": "com.careboo.unity-algorand-sdk", "displayName": "Algorand.Unity", - "version": "5.0.0-pre.1", + "version": "5.0.0-pre.2", "unity": "2021.3", "keywords": [ "algorand", diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a3033d3..faf787ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +# [5.0.0-pre.2](https://github.com/CareBoo/unity-algorand-sdk/compare/v5.0.0-pre.1...v5.0.0-pre.2) (2023-10-13) + + +### Features + +* **algod:** :sparkles: add `round` field to `Algorand.Unity.Algod.Box` ([7796b7d](https://github.com/CareBoo/unity-algorand-sdk/commit/7796b7d1a6e071c54cb47897b466de8e32780476)) + # [5.0.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.1.0...v5.0.0-pre.1) (2023-10-03) diff --git a/package.json b/package.json index 45a9b8367..6f070e96f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.careboo.unity-algorand-sdk", "displayName": "Algorand.Unity", - "version": "5.0.0-pre.1", + "version": "5.0.0-pre.2", "unity": "2021.3", "keywords": [ "algorand",