diff --git a/very_good_flutter_plugin/CHANGELOG.md b/very_good_flutter_plugin/CHANGELOG.md index 30ffebc..253322c 100644 --- a/very_good_flutter_plugin/CHANGELOG.md +++ b/very_good_flutter_plugin/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.7.1 + +- refactor: remove logs during pre_gen ([#72](https://github.com/VeryGoodOpenSource/very_good_cli/pull/976)) + # 0.7.0 - test: add pre generation tests ([#138](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/138)) diff --git a/very_good_flutter_plugin/brick.yaml b/very_good_flutter_plugin/brick.yaml index c01f168..198bd73 100644 --- a/very_good_flutter_plugin/brick.yaml +++ b/very_good_flutter_plugin/brick.yaml @@ -1,7 +1,7 @@ name: very_good_flutter_plugin description: A Very Good federated Flutter plugin created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin -version: 0.7.0 +version: 0.7.1 environment: mason: ">=0.1.0-dev.52 <0.1.0"