diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f6010..1f8a77e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ Release notes are available on [github][notes]. [pub-semver-readme]: https://pub.dartlang.org/packages/pub_semver [notes]: https://github.com/java-james/flutter_dotenv/releases +# 5.2.1 + +- [chore] Update readme with security info and new usage examples + # 5.2.0 - [new] Get variables as `int`, `double` and `bool` diff --git a/example/pubspec.lock b/example/pubspec.lock index 0c0d9b0..1217ca5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "5.2.0" + version: "5.2.1" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 33a1a09..2547c07 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_dotenv -version: 5.2.0 +version: 5.2.1 description: Easily configure any flutter application with global variables using a `.env` file. homepage: https://github.com/java-james/flutter_dotenv environment: