NOTE: This release overwrites the breaking version bump pinning the aws provider to ~> 5.0
introduced in v2.0.0
with a backwards compatible change pinning the aws provider to >= 3.0
. Therefore the version number is dropped back down to 1.x
as this release is backwards compatible with all prior 1.x
releases. It is also backwards compatible with 2.0.0
so it is in fact correct to upgrade from 2.0.0
to 1.1.0
.
Upgrade paths:
v1.0.x
->v1.1.0
backwards compatible changev2.0.0
->v1.1.0
backwards compatible change
What's Changed
- PR 5404: Update AWS Provider to 5.0 by @mckadesorensen in #6
- Update provider pinning to support 3.0 and beyond by @mattp0 in #7
- Add isort profile to repo by @mckadesorensen in #8
- Update dependencies with pip-compile by @reweeden in #9
New Contributors
- @mckadesorensen made their first contribution in #6
Full Changelog: v1.0.2...v1.1.0