diff --git a/CHANGELOG.md b/CHANGELOG.md index e655a6a..a17f02f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.3 + +- Update dependencies +- Switch from 'final' to 'const' for static map initializers + ## 0.1.2 - Add support for VIN generation diff --git a/pubspec.yaml b/pubspec.yaml index fe3b7db..d3cc468 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart library for working with Vehicle Identification Numbers (VINs) based on ISO 3779:2009 and World Manufacturer Identifiers (WMIs) based on ISO 3780:2009, enriched by NHTSA data. -version: 0.1.2 +version: 0.1.3 repository: https://github.com/adaptant-labs/vin-decoder-dart issue_tracker: https://github.com/adaptant-labs/vin-decoder-dart/issues