diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2d63c..625f486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog -## 0.0.1 +## 0.1.1 + +- Syntax updates. + + +## 0.1.0 + +- Initial implementation. + -- Initial version diff --git a/pubspec.yaml b/pubspec.yaml index 2d96c90..7240680 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: package_config -version: 0.1.0 +version: 0.1.1 description: Support for working with Package Resolution config files. author: Dart Team homepage: https://github.com/dart-lang/package_config