diff --git a/CHANGELOG.md b/CHANGELOG.md index 458201f..fbff0df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.0.2 + +- refactor: use binary barcode data by default (The one with the braid) + ## v1.3.0 - chore: add funding (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 6f5273a..44c5a9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more. -version: 1.3.0 +version: 2.0.0 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues