diff --git a/CHANGELOG.md b/CHANGELOG.md index df19f729..dde03a64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.2.2-dev +## 3.2.2 - Fix a number of doc comment issues. - Re-deprecate `Optional` but provide more nuance to the documentation. diff --git a/pubspec.yaml b/pubspec.yaml index 49d2447a..b900e7bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality. repository: https://github.com/google/quiver-dart -version: 3.2.2-dev +version: 3.2.2 # When updating SDK lower bound, also update .github/workflows/dart.yml to test # against the new lower bound.