From ebcd613ebebcdc8637759314dfffe243957ba679 Mon Sep 17 00:00:00 2001 From: Yegor Jbanov Date: Mon, 19 Jun 2017 17:09:46 -0700 Subject: [PATCH] version bump and changelog prior to release --- changelog.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3abc692..a516440 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 3.1.1 + +- make Analytics.clientId available immediately + ## 3.1.0 - switch the technique we use to determine the locale to the new dart:io `Platform.localeName` field diff --git a/pubspec.yaml b/pubspec.yaml index b0cc22a..d9b5270 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: 3.1.0 +version: 3.1.1 description: A Google Analytics wrapper for both command-line, web, and Flutter apps. homepage: https://github.com/dart-lang/usage author: Dart Team