diff --git a/CHANGELOG.md b/CHANGELOG.md index 70dd19b..b0f90bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.0](https://github.com/kitabisa/jwe-wasm/compare/v0.1.0...v0.2.0) (2024-09-05) + + +### Features + +* initial commit ([05b1431](https://github.com/kitabisa/jwe-wasm/commit/05b1431dfc48e84be00ef5f75bb2def53e51ea03)) + + +### Bug Fixes + +* bump version ([ca4f35d](https://github.com/kitabisa/jwe-wasm/commit/ca4f35d90e2ecf46c8a36e1c103c6e0c0676088a)) + ## 0.1.0 (2024-09-05) diff --git a/Cargo.lock b/Cargo.lock index ddb2b4f..7e6bf70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "jwe-wasm" -version = "0.1.0" +version = "0.2.0" dependencies = [ "base64", "biscuit", diff --git a/Cargo.toml b/Cargo.toml index 42a86ef..54b702f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jwe-wasm" -version = "0.1.1" +version = "0.2.0" authors = ["Ade Hery Shopyan "] edition = "2021"