diff --git a/changelog.md b/changelog.md index eb5fd6a..6d49030 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0 +- Rev'd to 1.0.0! +- No other changes from the `0.0.6` release + ## 0.0.6 - Added a web example - Added a utility method to time async events (`Analytics.startTimer()`) diff --git a/pubspec.yaml b/pubspec.yaml index fc11b9a..e33fcfb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # BSD-style license that can be found in the LICENSE file. name: usage -version: 0.0.6 +version: 1.0.0 description: A Google Analytics wrapper for both command-line and web apps. homepage: https://github.com/dart-lang/usage author: Dart Team