Skip to content

Commit

Permalink
fix: provider version constraint (#8)
Browse files Browse the repository at this point in the history
* fix: provider version constraint

* chore: update doc
  • Loading branch information
xshot9011 committed Jun 15, 2023
1 parent 33a19fa commit bb2d254
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 47 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

All notable changes to this module will be documented in this file.

## [v2.0.1] - 2023-06-15

### Changed

- When running with a provider version of 6 or higher, certain modules may not function properly. However, we can address the modules that are not compatible with version 6 to ensure compatibility. This way, we don't need to edit all the modules. So we update the constraint to `>= 5.0.0` at the module level.

## [v2.0.0] - 2023-06-08

### BREAKING CHANGES

- Upgrade the AWS provider to version 5 with the constraint of `>= 5.0.0, < 6.0.0`.


## [v1.0.2] - 2022-12-22

### Added
Expand Down
Loading

0 comments on commit bb2d254

Please sign in to comment.