Skip to content

Commit d1507b5

Browse files
committed
Bump version to 2.1.1
1 parent 414a23a commit d1507b5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.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+
1017
## 2.1.0 - 2023-11-03
1118

1219
### Changed

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.1.0"
3+
version = "2.1.1"
44
description = "Sample helper library for AWS AppConfig"
55
authors = ["Amazon Web Services"]
66
maintainers = ["James Seward <[email protected]>"]

0 commit comments

Comments
 (0)