Skip to content

Commit

Permalink
Updated changelog and bumped version number (#137)
Browse files Browse the repository at this point in the history
* chore: update changelog and bump version number

* docs: add min version sdk update
  • Loading branch information
HamdaanAliQuatil authored Jul 1, 2024
1 parent dbb2ebb commit cc8a9f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.5.7
* Added compatibility for AGP 8.4.
* Improved API documentation for ECDH.
* Bumped minimum Android SDK/ API level to 21, dropping support for Android 4 and below.

# 0.5.6
* Disable LTO on Android to fix [#80](https://github.com/google/webcrypto.dart/issues/80).
* Migrate to `dart:js_interop` to ensure [wasm compatibility](https://dart.dev/interop/js-interop/package-web#package-web-vs-dart-html).
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

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

Expand Down

0 comments on commit cc8a9f8

Please sign in to comment.