Skip to content

Commit bb2d254

Browse files
authored
fix: provider version constraint (#8)
* fix: provider version constraint * chore: update doc
1 parent 33a19fa commit bb2d254

File tree

4 files changed

+52
-47
lines changed

4 files changed

+52
-47
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

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

5+
## [v2.0.1] - 2023-06-15
6+
7+
### Changed
8+
9+
- 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.
10+
511
## [v2.0.0] - 2023-06-08
612

713
### BREAKING CHANGES
814

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

11-
1217
## [v1.0.2] - 2022-12-22
1318

1419
### Added

0 commit comments

Comments
 (0)