diff --git a/CHANGELOG.md b/CHANGELOG.md index 0207ae6..b01ab71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.0...main) +## [Unreleased](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.1...main) --- +## [2.0.1 (2022-01-27)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/2.0.0...2.0.1) +### Fixed +- Removed todo's from android native code. (onDetachedFromActivity) + + ## [2.0.0 (2022-01-05)](https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk/compare/1.4.1...2.0.0) ### Added - Migrated to null safety diff --git a/README.md b/README.md index 4e586d7..b23fbea 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add below code into your `pubspec.yaml` file under `dependencies` section. deepwall_flutter_plugin: git: url: https://github.com/Teknasyon-Teknoloji/deepwall-flutter-sdk.git - ref: 2.0.0 + ref: 2.0.1 ``` And run `$ flutter pub get` diff --git a/ios/deepwall_flutter_plugin.podspec b/ios/deepwall_flutter_plugin.podspec index b85792c..bc4e850 100644 --- a/ios/deepwall_flutter_plugin.podspec +++ b/ios/deepwall_flutter_plugin.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'deepwall_flutter_plugin' - s.version = '2.0.0' + s.version = '2.0.1' s.summary = 'Deepwall Flutter plugin.' s.description = <<-DESC Deepwall Flutter plugin. diff --git a/pubspec.yaml b/pubspec.yaml index c469f29..12524c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: deepwall_flutter_plugin description: Deepwall Flutter plugin. -version: 2.0.0 +version: 2.0.1 homepage: https://www.deepwall.com/ environment: