diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a406c..737aacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased +# 5.0.5 + +- Allow up to analyzer 12 + # 5.0.4 - Allow up to analyzer 10 diff --git a/pubspec.yaml b/pubspec.yaml index 0905c8a..c865962 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dependency_validator -version: 5.0.4 +version: 5.0.5 description: Checks for missing, under-promoted, over-promoted, and unused dependencies. homepage: https://github.com/Workiva/dependency_validator