From 191e1abcf615e537f3b818934e62c73e888a3ac0 Mon Sep 17 00:00:00 2001 From: HamdaanAliQuatil Date: Mon, 10 Mar 2025 22:20:42 +0530 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fdbf986..d7ccb5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.6.0 +* Replaced KeyPair class with typedef KeyPair and refactored key pair creation methods to use named parameters. + # 0.5.8 * All classes previously annotated `@sealed` are now `final`! * Migrate from Gradle Imperative Apply to [Gradle Plugin DSL](https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply). diff --git a/pubspec.yaml b/pubspec.yaml index 71cb1814..d510b77d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ # limitations under the License. name: webcrypto -version: 0.5.8 +version: 0.6.0 description: Cross-platform implementation of Web Cryptography APIs for Flutter. repository: https://github.com/google/webcrypto.dart