diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5bd10..8540b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.5 + +* Refactor from events to method call +* Remove loading state (handle that in app) +* Better error handling + ## 0.1.4 * Fix iOS bug diff --git a/pubspec.yaml b/pubspec.yaml index 39b8c3f..ccfbddb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: link_preview description: Plugin for previewing links author: n1k3c homepage: https://github.com/n1k3c/flutter-link-preview -version: 0.1.4 +version: 0.1.5 environment: sdk: ">=2.1.0 <3.0.0"