diff --git a/CHANGELOG.md b/CHANGELOG.md index 11cc7f5..ca7301d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.8.0 + +- feat: expose downloaded manifest statically + check if locale is supported according to manifest +- feat: stop requests when distribution deleted +- docs: flutter_gen synthetic package migration + ## 0.7.0 * feat: websocket security improvement diff --git a/README.md b/README.md index 34e1951..65d26e3 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To manage distributions, open the Crowdin project and go to the *Translations* > ```yml dependencies: - crowdin_sdk: ^0.7.0 + crowdin_sdk: ^0.8.0 flutter_localizations: sdk: flutter diff --git a/example/pubspec.lock b/example/pubspec.lock index 600f5aa..2d44f73 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -103,7 +103,7 @@ packages: path: ".." relative: true source: path - version: "0.7.0" + version: "0.8.0" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3213f6d..e375379 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crowdin_sdk description: Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application -version: 0.7.0 +version: 0.8.0 repository: https://github.com/crowdin/flutter-sdk homepage: https://github.com/crowdin/flutter-sdk