Update  constraint to '>=1.3.0 <3.0.0'. (#64)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfde58..3750523 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.3.2
+
+- Update `meta` constraint to `>=1.3.0 <3.0.0`.
+
 ## 0.3.1
 
 - Fix a bug in `AnsiProgress` where the spinning character doesn't every update.
diff --git a/pubspec.yaml b/pubspec.yaml
index afb0d67..18e3c58 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: cli_util
-version: 0.3.1
+version: 0.3.2
 description: A library to help in building Dart command-line apps.
 repository: https://github.com/dart-lang/cli_util
 
@@ -7,7 +7,7 @@
   sdk: '>=2.12.0 <3.0.0'
 
 dependencies:
-  meta: ^1.3.0
+  meta: '>=1.3.0 <3.0.0'
   path: ^1.8.0
 
 dev_dependencies: