From e1cf387c7069fe97a9257b6d381a90afa0d5259b Mon Sep 17 00:00:00 2001 From: dinncer Date: Tue, 20 Sep 2022 10:13:06 +0300 Subject: [PATCH] [release] 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++---- README.md | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb1dbc..dcbca9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ -## Version 0.1.1 [25-Aug-2022] - - Fixed proguard for release version +# Changelog +All notable changes to this project will be documented in this file. -## Version 0.1.0 [17-Nov-2021] - + Initial release. +## [Unreleased](https://github.com/Teknasyon-Teknoloji/desk360-flutter-sdk/compare/1.0.0...main) + + +--- + + +## [1.0.0 (2021-04-09)](https://github.com/Teknasyon-Teknoloji/desk360-flutter-sdk/compare/0.1.1...1.0.0) +## Changed +- Removed unused comment lines + + +## [0.1.1 (2022-08-25)](https://github.com/Teknasyon-Teknoloji/desk360-flutter-sdk/compare/0.1.0...0.1.1) +## Fixed +- Fixed proguard for release version + + +## 0.1.0 (2021-11-17) +### Added +- Initial release. diff --git a/README.md b/README.md index cb7e348..46794f1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add below code into your `pubspec.yaml` file under `dependencies` section. desk360flutter: git: url: https://github.com/Teknasyon-Teknoloji/desk360-flutter-sdk.git - ref: 0.1.1 + ref: 1.0.0 ``` And run `$ flutter pub get`