Add CHANGELOG entry and update pubspec for date parsing fix.

PiperOrigin-RevId: 290296577
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21b4246..e0658d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.16.2
+ * Fix bug with dates in January being treated as ordinal. e.g. 2020-01-32 would
+   be accepted as valid and the day treated as day-of-year.
+
 ## 0.16.1
  * Add an analysis_options.yaml and fix or suppress all the complaints from it.
  * Add unit tests using dart:ffi to compare formatting output to ICU.
diff --git a/pubspec.yaml b/pubspec.yaml
index 4ff5a75..064d030 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: intl
-version: 0.16.1
+version: 0.16.2-dev
 author: Dart Team <misc@dartlang.org>
 homepage: https://github.com/dart-lang/intl
 description: >-