Update intl version range (#41)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0e8db8..af5827a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 3.0.12
+
+* Updated version constraint on intl.
+
 #### 3.0.11
 
 * Fix bug: don't add quotes if the file name already has quotes.
diff --git a/pubspec.yaml b/pubspec.yaml
index 1868658..29f77c4 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: process
-version: 3.0.11
+version: 3.0.12
 authors:
 - Todd Volkert <tvolkert@google.com>
 - Michael Goderbauer <goderbauer@google.com>
@@ -8,7 +8,7 @@
 
 dependencies:
   file: '^5.0.0'
-  intl: '>=0.14.0 <0.16.0'
+  intl: '>=0.14.0 <0.17.0'
   meta: ^1.1.2
   path: ^1.5.1
   platform: '>=1.0.1'