Skip to content

Commit

Permalink
release: updated in prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach committed Mar 25, 2022
1 parent f8b3980 commit d1bca71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.5.4] - 2022/03/24

* Added explicit types to constructor arguments that were missing them
* Added dynamically adjust timeouts
* Reduced repeated CloudwatchException Timeout errors
* Updated README with details about new features
* Added unit tests

## [0.5.3] - 2022/02/06

* Reduced repeated failed lookup printout
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aws_cloudwatch
description: An easy, lightweight, and convenient way to reliably send logs to AWS CloudWatch.
version: 0.5.3
version: 0.5.4
homepage: https://github.com/Zsmerritt/Flutter_AWS_CloudWatch

environment:
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
aws_request: ^0.4.0 # Make request to AWS
synchronized: ^3.0.0 # Synchronize requests to ensure valid keys
http: ^0.13.0 # Http package for parsing AWS responses correctly on Multiple Platforms
http: ^0.13.0 # Http package for parsing AWS responses correctly on multiple platforms

dev_dependencies:
test: ^1.16.0

0 comments on commit d1bca71

Please sign in to comment.