Skip to content

Commit

Permalink
chore(release): 4.0.0-pre.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-pre.2](v4.0.0-pre.1...v4.0.0-pre.2) (2022-11-20)

### Code Refactoring

* **account:** remove obsolete signing methods ([304ba87](304ba87))

### BREAKING CHANGES

* **account:** Obsolete methods in `Account` class relating to signing have been removed.
  • Loading branch information
semantic-release-bot committed Nov 20, 2022
1 parent 304ba87 commit 6c6c0a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).


# [4.0.0-pre.2](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2022-11-20)


### Code Refactoring

* **account:** remove obsolete signing methods ([304ba87](https://github.com/CareBoo/unity-algorand-sdk/commit/304ba8790585af10781f37a0cd3bf1e5ad037e11))


### BREAKING CHANGES

* **account:** Obsolete methods in `Account` class relating to signing have been removed.

# [4.0.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0...v4.0.0-pre.1) (2022-11-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "AlgoSdk",
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"unity": "2020.3",
"keywords": [
"algorand",
Expand Down

0 comments on commit 6c6c0a4

Please sign in to comment.