diff --git a/CHANGELOG.md b/CHANGELOG.md index 832520d..8ad635c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.3.4+7] - December 17, 2024 + +* Automated dependency updates + + ## [2.3.4+6] - December 10, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index 1879d95..e6d44ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_version_autotag' description: 'A package that to scan the pubspec.yaml file and automatically create or update a tag in git for it.' -version: '2.3.4+6' +version: '2.3.4+7' homepage: 'https://github.com/peiffer-innovations/actions-dart-version-autotag' environment: @@ -12,7 +12,7 @@ dependencies: http: '^1.2.2' intl: '^0.20.1' logging: '^1.3.0' - pub_semver: '^2.1.4' + pub_semver: '^2.1.5' yaml: '^3.1.2' dev_dependencies: