diff --git a/very_good_core/CHANGELOG.md b/very_good_core/CHANGELOG.md index 44550ac..bc2d6ce 100644 --- a/very_good_core/CHANGELOG.md +++ b/very_good_core/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.7.2 + +- fix: update application identifier usage ([#148](https://github.com/VeryGoodOpenSource/very_good_templates/pull/148)) +- feat: use application id on macOS project ([#159](https://github.com/VeryGoodOpenSource/very_good_templates/pull/159)) +- fix: default id when application id is empty ([#165](https://github.com/VeryGoodOpenSource/very_good_templates/pull/165)) + # 0.7.1 - style: Adding extra space to the application opening tag ([#126](https://github.com/VeryGoodOpenSource/very_good_templates/pull/126)) diff --git a/very_good_core/brick.yaml b/very_good_core/brick.yaml index 7be2d8c..eb7847e 100644 --- a/very_good_core/brick.yaml +++ b/very_good_core/brick.yaml @@ -1,7 +1,7 @@ name: very_good_core description: A Very Good Flutter app created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_core -version: 0.7.1 +version: 0.7.2 environment: mason: ">=0.1.0-dev.52 <0.1.0"