diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dd27d2..074e7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.1.3 + +- chore: update readme (The one with the braid) +- fix: handle trailing slash in web service (The one with the braid) +- fix: use correct Dart image (The one with the braid) + ## v2.1.2 - chore: add CI (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index 01be08a..051574e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pkpass description: A Dart native passbook parsing library supporting checksum verification, barcode parsing, localization and much more. -version: 2.1.2 +version: 2.1.3 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues