Skip to content

Commit

Permalink
[Release 0.5.1]
Browse files Browse the repository at this point in the history
Updated aws_request version
  • Loading branch information
=Zachary Merritt committed Jan 25, 2022
1 parent e5f0748 commit 0b55061
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.5.1] - 2022/01/20

* Updated aws_request version

## [0.5.0] - 2022/01/20

### Breaking Changes:
Expand Down
8 changes: 2 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
name: aws_cloudwatch
description: An easy, lightweight, and convenient way to reliably send logs to AWS CloudWatch.
version: 0.5.0
version: 0.5.1
homepage: https://github.com/Zsmerritt/Flutter_AWS_CloudWatch

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
aws_request:
git:
url: https://github.com/Zsmerritt/Flutter_AWS_Request.git
ref: release-0.4.0

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

Expand Down

0 comments on commit 0b55061

Please sign in to comment.