Prepare for release (dart-lang/pubspec_parse#52)

diff --git a/pkgs/pubspec_parse/CHANGELOG.md b/pkgs/pubspec_parse/CHANGELOG.md
index 1f62e3a..f2c2542 100644
--- a/pkgs/pubspec_parse/CHANGELOG.md
+++ b/pkgs/pubspec_parse/CHANGELOG.md
@@ -1,6 +1,7 @@
 ## 0.1.5
 
 - Update SDK requirement to `>=2.2.0 <3.0.0`.
+- Support the latest `package:json_annotation`.
 
 ## 0.1.4
 
diff --git a/pkgs/pubspec_parse/pubspec.yaml b/pkgs/pubspec_parse/pubspec.yaml
index 39e627c..fc54d12 100644
--- a/pkgs/pubspec_parse/pubspec.yaml
+++ b/pkgs/pubspec_parse/pubspec.yaml
@@ -2,7 +2,7 @@
 description: >-
   Simple package for parsing pubspec.yaml files with a type-safe API and rich
   error reporting.
-version: 0.1.5-dev
+version: 0.1.5
 homepage: https://github.com/dart-lang/pubspec_parse
 author: Dart Team <misc@dartlang.org>
 
@@ -12,7 +12,7 @@
 dependencies:
   checked_yaml: ^1.0.0
   # Verified that no new features since 1.0.0 are used - be careful!
-  json_annotation: '>=1.0.0 <3.0.0'
+  json_annotation: '>=1.0.0 <4.0.0'
   pub_semver: ^1.3.2
   yaml: ^2.1.12