Update changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67ced5a..cecfe15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.12.3
+
+  * Use latest version of 'analyzer' and 'args' packages.
+
 ## 0.12.2+1
   * Adds a special locale name "fallback" in verifiedLocale. So if a translation
   is provided for that locale and has been initialized, anything that doesn't
@@ -57,7 +61,7 @@
 
 ## 0.11.9
   * Fix bug with per-mille parsing (only divided by 100, not 1000)
-  
+
   * Support percent and per-mille formats with both positive and negative
     variations. Previously would throw an exception for too many modifiers.
 
diff --git a/pubspec.yaml b/pubspec.yaml
index abef0f8..c191723 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: intl
-version: 0.12.3-dev
+version: 0.12.3
 author: Dart Team <misc@dartlang.org>
 description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
 homepage: https://github.com/dart-lang/intl