Skip to content

Commit

Permalink
[release] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinncer committed Sep 20, 2022
1 parent c8dbdba commit e1cf387
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
25 changes: 21 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e1cf387

Please sign in to comment.