Skip to content

Commit 6c6c0a4

Browse files
chore(release): 4.0.0-pre.2 [skip ci]
# [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.
1 parent 304ba87 commit 6c6c0a4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
# [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)
9+
10+
11+
### Code Refactoring
12+
13+
* **account:** remove obsolete signing methods ([304ba87](https://github.com/CareBoo/unity-algorand-sdk/commit/304ba8790585af10781f37a0cd3bf1e5ad037e11))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **account:** Obsolete methods in `Account` class relating to signing have been removed.
19+
820
# [4.0.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0...v4.0.0-pre.1) (2022-11-20)
921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.unity-algorand-sdk",
33
"displayName": "AlgoSdk",
4-
"version": "4.0.0-pre.1",
4+
"version": "4.0.0-pre.2",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",

0 commit comments

Comments
 (0)