diff --git a/CHANGELOG.md b/CHANGELOG.md index ef01e4e..ec2b576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,4 +14,8 @@ ## [0.1.0] - 2021/03/23 * Added support for null safety -* Updated dependencies for null safety compatibility \ No newline at end of file +* Updated dependencies for null safety compatibility + +## [0.1.1] - 2021/03/24 + +* Actually migrated to null safety instead of just upgrading packages \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 43d38fc..589ed88 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -157,5 +157,5 @@ packages: source: hosted version: "2.1.0" sdks: - dart: ">=2.12.0-0.0 <3.0.0" + dart: ">=2.12.0 <3.0.0" flutter: ">=1.17.0" diff --git a/pubspec.yaml b/pubspec.yaml index 3caf28e..be1b1de 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: aws_request description: An AWS request library that creates, signs, and sends aws requests. Currently under development -version: 0.1.0 +version: 0.1.1 homepage: https://github.com/Zsmerritt/Flutter_AWS_Request environment: