Skip to content

Commit

Permalink
Bump version (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna authored Apr 25, 2023
1 parent cd7f88b commit 08f4ace
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@ All notable changes to this project will be documented in this file.
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] - 2023-04-25
### Fixed
- Readme images

## [1.3.0] - 2023-04-25
### Added
- Custom unity readme


## [unreleased] - 2023-04-19
### Fixed
- Bug with unnecessary `RequestPermission()` call while clicking on `Deeplink connect` button on mobiles

### Changed
- Package structure
- Reworked SignPayload method: now users can pass payload as plaintext without hex-encoding;
- SignPayload method: now users can pass payload as plaintext without hex-encoding
- Readme images


## [1.2.1] - 2023-04-17
Expand Down Expand Up @@ -58,7 +57,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.2.1...HEAD
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.3.0...HEAD
[1.3.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.0
[1.2.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.2.1
[1.2.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.2.0
[1.1.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "1.2.1",
"version": "1.3.0",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
Expand Down

0 comments on commit 08f4ace

Please sign in to comment.