Skip to content

Commit cc8a9f8

Browse files
Updated changelog and bumped version number (#137)
* chore: update changelog and bump version number * docs: add min version sdk update
1 parent dbb2ebb commit cc8a9f8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.5.7
2+
* Added compatibility for AGP 8.4.
3+
* Improved API documentation for ECDH.
4+
* Bumped minimum Android SDK/ API level to 21, dropping support for Android 4 and below.
5+
16
# 0.5.6
27
* Disable LTO on Android to fix [#80](https://github.com/google/webcrypto.dart/issues/80).
38
* Migrate to `dart:js_interop` to ensure [wasm compatibility](https://dart.dev/interop/js-interop/package-web#package-web-vs-dart-html).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: webcrypto
16-
version: 0.5.6
16+
version: 0.5.7
1717
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
1818
repository: https://github.com/google/webcrypto.dart
1919

0 commit comments

Comments
 (0)