diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6fdfd..270faaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.2.2 + +- fix: remove print statements (The one with the braid) + ## v1.2.1 - fix: invalid JSON parser for eventTicket (The one with the braid) diff --git a/pubspec.yaml b/pubspec.yaml index a292048..bb26141 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.2.1 +version: 1.2.2 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues