We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e74bb commit cc1a78aCopy full SHA for cc1a78a
2 files changed
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
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
17
## 2.2.1 - 2025-01-08
18
19
- Handle `VersionLabel` not being present in API response gracefully
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sample-helper-aws-appconfig"
3
-version = "2.2.1"
+version = "2.3.0"
4
description = "Sample helper library for AWS AppConfig"
5
authors = ["Amazon Web Services"]
6
maintainers = ["James Seward <sewardjm@amazon.co.uk>"]
0 commit comments