diff --git a/CHANGELOG.md b/CHANGELOG.md index 0576452a..9a84538f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.2.1 + +* fix: `--fvm-skip-input` flag not applying to context + ## 3.2.0 * add: support for skipping input requests by @Rexios80. Input requests are skipped when the `--fvm-skip-input` flag is passed. diff --git a/lib/src/version.dart b/lib/src/version.dart index 518a1829..e11e1d06 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '3.2.0'; +const packageVersion = '3.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 91733525..ee0b4a3c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fvm description: A simple cli to manage Flutter SDK versions per project. Support channels, releases, and local cache for fast switching between versions. -version: 3.2.0 +version: 3.2.1 homepage: https://github.com/leoafarias/fvm environment: