Skip to content

Commit

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

### Code Refactoring

* **sodium:** split libsodium binaries into arm64 and x86_64 ([e3a0510](e3a0510)), closes [#155](#155)

### BREAKING CHANGES

* **sodium:** Unity 2020.3 is no longer supported
  • Loading branch information
semantic-release-bot committed Nov 26, 2022
1 parent e3a0510 commit 03bd62d
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.7](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.6...v4.0.0-pre.7) (2022-11-26)


### Code Refactoring

* **sodium:** split libsodium binaries into arm64 and x86_64 ([e3a0510](https://github.com/CareBoo/unity-algorand-sdk/commit/e3a051097d21fc596cfd38f0d98f125726b70baa)), closes [#155](https://github.com/CareBoo/unity-algorand-sdk/issues/155)


### BREAKING CHANGES

* **sodium:** Unity 2020.3 is no longer supported

# [4.0.0-pre.6](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.5...v4.0.0-pre.6) (2022-11-25)


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": "Algorand.Unity",
"version": "4.0.0-pre.6",
"version": "4.0.0-pre.7",
"unity": "2020.3",
"keywords": [
"algorand",
Expand Down

0 comments on commit 03bd62d

Please sign in to comment.