Update changelog and pubspec.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51480cc..5c264d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.0-rc.3
+
+* Optimize splitting complex lines (#391).
+
 # 0.2.0-rc.2
 
 * Allow splitting between adjacent strings (#201).
diff --git a/pubspec.yaml b/pubspec.yaml
index 3d89180..c1a6d4c 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dart_style
-version: 0.2.0-rc.2
+version: 0.2.0-rc.3.dev
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style