diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cf9f8..e4d77c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2022-05-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`native_crypto` - `v0.1.1`](#native_crypto---v011) + +--- + +#### `native_crypto` - `v0.1.1` + + - **REFACTOR**: change file organization. + - **PERF**: x10 perfomance improvement on android with better list management. + - **FIX**: benchmark output. + - **FIX**: update and fix code. + - **FEAT**: export new exceptions. + - **FEAT**: add PointyCastle benchmark. + - **DOCS**: add link to readme file. + + ## 2022-05-25 ### Changes diff --git a/packages/native_crypto/CHANGELOG.md b/packages/native_crypto/CHANGELOG.md index d7c6738..55a24cb 100644 --- a/packages/native_crypto/CHANGELOG.md +++ b/packages/native_crypto/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.1.1 + + - **REFACTOR**: change file organization. + - **PERF**: x10 perfomance improvement on android with better list management. + - **FIX**: benchmark output. + - **FIX**: update and fix code. + - **FEAT**: export new exceptions. + - **FEAT**: add PointyCastle benchmark. + - **DOCS**: add link to readme file. + ## 0.1.0 > Breaking changes ! diff --git a/packages/native_crypto/pubspec.yaml b/packages/native_crypto/pubspec.yaml index b8abaa2..a613749 100644 --- a/packages/native_crypto/pubspec.yaml +++ b/packages/native_crypto/pubspec.yaml @@ -1,8 +1,8 @@ name: native_crypto description: Fast and secure cryptography for Flutter. -version: 0.1.0 +version: 0.1.1 -publish_to: 'none' +# publish_to: 'none' environment: sdk: ">=2.17.0 <3.0.0"