Prepare for 1.0.8
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e50cfa..621349f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.0.8
+
+* Support v1 of `pkg/args`.
+
 # 1.0.7
 
 * Format multiline strings as block arguments (#570).
diff --git a/bin/format.dart b/bin/format.dart
index a27e818..f4bf0d3 100644
--- a/bin/format.dart
+++ b/bin/format.dart
@@ -14,7 +14,7 @@
 import 'package:dart_style/src/source_code.dart';
 
 // Note: The following line of code is modified by tool/grind.dart.
-const version = "1.0.7";
+const version = "1.0.8";
 
 void main(List<String> args) {
   var parser = new ArgParser(allowTrailingOptions: true);
diff --git a/pubspec.yaml b/pubspec.yaml
index a9ac7d1..dfba024 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dart_style
 # Note: See tool/grind.dart for how to bump the version.
-version: 1.0.8-dev
+version: 1.0.8
 author: Dart Team <misc@dartlang.org>
 description: Opinionated, automatic Dart source code formatter.
 homepage: https://github.com/dart-lang/dart_style