We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414a23a commit d1507b5Copy full SHA for d1507b5
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.1.1 - 2024-04-26
11
+
12
+### Changed
13
14
+- Include py.typed file to indicate the library is typed per PEP-561.
15
+- No code changes.
16
17
## 2.1.0 - 2023-11-03
18
19
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sample-helper-aws-appconfig"
3
-version = "2.1.0"
+version = "2.1.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