Merge pull request #126 from dart-lang/sdk_version_bump

increase the support SDK range to `<3.0.0`
diff --git a/analysis_options.yaml b/analysis_options.yaml
index d7bffe1..706d581 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -1,5 +1,3 @@
-analyzer:
-  strong-mode: true
 linter:
   rules:
     - annotate_overrides
diff --git a/changelog.md b/changelog.md
index e43adb3..3012230 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 3.4.1
+- increase the support SDK range to `'<3.0.0'`
+
 ## 3.4.0
 - bump our minimum SDK constraint to `>=2.0.0-dev.30`
 - change to using non-deprecated dart:convert constants
diff --git a/pubspec.yaml b/pubspec.yaml
index b6f0f6e..c19942b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,13 +3,13 @@
 # BSD-style license that can be found in the LICENSE file.
 
 name: usage
-version: 3.4.0
+version: 3.4.1
 description: A Google Analytics wrapper for both command-line, web, and Flutter apps.
 homepage: https://github.com/dart-lang/usage
 author: Dart Team <misc@dartlang.org>
 
 environment:
-  sdk: '>=2.0.0-dev.30 <2.0.0'
+  sdk: '>=2.0.0-dev.30 <3.0.0'
 
 dependencies:
   path: ^1.4.0