diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b64ba..bd3a3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.0.1 + +- fix: do not match scale if localization empty (The one with the braid) +- fix: use broader constraint for intl (The one with the braid) +- fix: version in CHANGELOG (The one with the braid) + ## v2.0.0 - refactor: use binary barcode data by default (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 3004765..f390f67 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: 2.0.0 +version: 2.0.1 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues