diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e19d6f4..7d77cbd1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# [0.6.7](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.6...v0.6.7) (2022-04-06) +# [0.6.8](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.7...v0.6.8) (2022-04-12) + +### Features + +- **flutter_plugin:** revamped plugin bundle ([#361](https://github.com/VeryGoodOpenSource/very_good_cli/issues/361)) ([515d94b](https://github.com/VeryGoodOpenSource/very_good_cli/commit/515d94bf473aff00c013b3278afc7a84e0ab10e1)) + +## [0.6.7](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.6.6...v0.6.7) (2022-04-06) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 54174fb79..b9de32e5b 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.6.7'; +const packageVersion = '0.6.8'; diff --git a/pubspec.yaml b/pubspec.yaml index 98e9844c1..ff3f75857 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: very_good_cli description: A Very Good Command Line Interface for Dart created by Very Good Ventures. -version: 0.6.7 +version: 0.6.8 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: