diff --git a/CHANGELOG.md b/CHANGELOG.md index 6490c3b..ae2a9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.6 + +- Upgrading to o1js version 0.18.0 +- Updated tests and examples to use async circuits + ## v0.5 - Making PackedString class 31 characters instead of 15 diff --git a/package.json b/package.json index ef15bfc..4fe2b2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "o1js-pack", - "version": "0.5.4", + "version": "0.6.0", "description": "", "author": "45930", "license": "Apache-2.0",