diff --git a/.ci/release-trigger.sh b/.ci/release-trigger.sh index ff6ce63..5720cf1 100644 --- a/.ci/release-trigger.sh +++ b/.ci/release-trigger.sh @@ -1,4 +1,4 @@ # this file is evaluated by .ci/build.sh - RELEASE_VERSION="4.1.0" # if version pubspec.yaml contains this version, then perform a release + RELEASE_VERSION="4.2.0" # if version pubspec.yaml contains this version, then perform a release NEXT_DEV_VERSION="4.1.1-SNAPSHOT" # increment to this dev version diff --git a/CHANGELOG.md b/CHANGELOG.md index c320026..5b15e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2024-02-12 + +### Changed +- support vm_service 14.x + ## [4.1.0] - 2023-10-26