From da1ae98d4273ec6853c406c15ed17a793b569e95 Mon Sep 17 00:00:00 2001 From: Shinobu Okano Date: Wed, 21 Apr 2021 16:22:20 +0900 Subject: [PATCH] Update 2.0.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6feeb..a8bd0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.0] 2021-04-21 + +* [Supported the new Android plugins APIs](https://github.com/operando/advertising_id/pull/7) +* [Support AndroidX](https://github.com/operando/advertising_id/pull/11) +* [Support Null safety](https://github.com/operando/advertising_id/pull/12) + ## [1.1.0] 2021-02-04 * Add iOS 14 support to get IDFA diff --git a/pubspec.yaml b/pubspec.yaml index 26f3eb8..bafebc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: advertising_id description: A Flutter plugin to access advertising ID.Wraps ASIdentifierManager.advertisingIdentifier (on iOS) and advertising ID (on Android). -version: 1.1.0 +version: 2.0.0 homepage: https://github.com/operando/advertising_id repository: https://github.com/operando/advertising_id