Skip to content

Commit 0b7646d

Browse files
chore: update CHANGELOG.md for v2.1.20
1 parent 9f98dd8 commit 0b7646d

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v2.1.20 - 2026-08-01
2+
## Version 2.1.20
3+
4+
### Changes to Existing Features
5+
- **Dependencies**:
6+
- Updated `boto3` to version `1.43.58` in both `docs/requirements.txt` and `requirements.txt`. This update ensures compatibility with the latest AWS services and includes various bug fixes and improvements.
7+
8+
### Internal
9+
- **Version Update**:
10+
- Bumped the package version to `2.1.20` to incorporate the latest dependency updates.
11+
12+
### Diagram of Dependency Changes
13+
```mermaid
14+
graph TD;
15+
A[Previous boto3 Version 1.43.55] --> B[docs/requirements.txt & requirements.txt];
16+
B --> C[Updated to boto3 1.43.58];
17+
```
18+
19+
This update maintains the package's compatibility with the latest AWS services by keeping the `boto3` dependency current.
20+
121
## v2.1.19 - 2026-08-01
222
## Version 2.1.19
323

0 commit comments

Comments
 (0)