We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3222a95 commit 5826e25Copy full SHA for 5826e25
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## 2.3.1 - 2026-01-12
11
+
12
+- Update urlib3 version for a vulnerability
13
14
## 2.3.0 - 2025-12-08
15
16
- Removed Python 3.8 and 3.9 from supported versions
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sample-helper-aws-appconfig"
3
-version = "2.3.0"
+version = "2.3.1"
4
description = "Sample helper library for AWS AppConfig"
5
authors = ["Amazon Web Services"]
6
maintainers = ["James Seward <sewardjm@amazon.co.uk>"]
0 commit comments