Relax dependency requirement for `package:intl` (#11)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93d7fa2..10fe48f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
+### 2.0.4
+
+* relax dependency requirement for `intl`
+
 ### 2.0.3
+
 * relax dependency requirement for `platform`
 
 #### 2.0.2
diff --git a/pubspec.yaml b/pubspec.yaml
index d565ac4..b129ccb 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: process
-version: 2.0.3
+version: 2.0.4
 authors:
 - Todd Volkert <tvolkert@google.com>
 - Michael Goderbauer <goderbauer@google.com>
@@ -8,7 +8,7 @@
 
 dependencies:
   file: ^2.0.1
-  intl: '>=0.14.0 <0.15.0'
+  intl: '>=0.14.0 <0.16.0'
   meta: ^1.0.4
   path: ^1.4.0
   platform: '>=1.0.1 <3.0.0'