diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ed194e..75af81a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Unreleased + + + +# 5.0.3 + +- Widened dependency bounds to accept analyzer v8 + # 5.0.2 - Fixed changelog entries caused from mis-configured auto-release diff --git a/pubspec.yaml b/pubspec.yaml index fa16bf0..07df4a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dependency_validator -version: 5.0.2 +version: 5.0.3 description: Checks for missing, under-promoted, over-promoted, and unused dependencies. homepage: https://github.com/Workiva/dependency_validator