diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cda38ab5..d6eb48d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# [0.7.3](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.2...v0.7.3) (2022-05-20) +# [0.7.4](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.3...v0.7.4) (2022-05-29) + +### Bug Fixes + +- lock mason_logger version to <0.1.0-dev.9 ([#411](https://github.com/VeryGoodOpenSource/very_good_cli/issues/411)) ([02904b3](https://github.com/VeryGoodOpenSource/very_good_cli/commit/02904b3729408061b9aa1d62263522e237be3e55)) + +## [0.7.3](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.7.2...v0.7.3) (2022-05-20) ### Bug Fixes diff --git a/lib/src/version.dart b/lib/src/version.dart index 865832fac..c8f8e921b 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.7.3'; +const packageVersion = '0.7.4'; diff --git a/pubspec.yaml b/pubspec.yaml index 6a0cea0c8..c032a351b 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.7.3 +version: 0.7.4 homepage: https://github.com/VeryGoodOpenSource/very_good_cli environment: