Skip to content

Commit cc1a78a

Browse files
committed
Bump version to 2.3.0
1 parent b7e74bb commit cc1a78a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 2.3.0 - 2025-12-08
11+
12+
- Removed Python 3.8 and 3.9 from supported versions
13+
- Added Python 3.13 and 3.14
14+
- Update boto3
15+
- Pin urllib3 version for a vulnerability
16+
1017
## 2.2.1 - 2025-01-08
1118

1219
- Handle `VersionLabel` not being present in API response gracefully

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sample-helper-aws-appconfig"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "Sample helper library for AWS AppConfig"
55
authors = ["Amazon Web Services"]
66
maintainers = ["James Seward <sewardjm@amazon.co.uk>"]

0 commit comments

Comments
 (0)