Skip to content

Commit 42378c5

Browse files
author
Release bot
committed
update changelog with latest changes
1 parent a51e191 commit 42378c5

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,39 @@
44
<a name="unreleased"></a>
55
# Unreleased
66

7+
8+
<a name="v2.14.0"></a>
9+
## [v2.14.0] - 2023-04-18
710
## Bug Fixes
811

12+
* enable python 3.10 on SAR template
913
* **ci:** fix layer version in tracer, logger and metrics
1014
* **ci:** typo
1115
* **docs:** add Layer ARN for new 5 regions
1216
* **layers:** add debug to update layer arn script
1317

18+
## Features
19+
20+
* **runtime:** add support for python 3.10 ([#2137](https://github.com/awslabs/aws-lambda-powertools-python/issues/2137))
21+
1422
## Maintenance
1523

24+
* update v2 layer ARN on documentation
1625
* update v2 layer ARN on documentation
1726
* update v2 layer ARN on documentation
1827
* **ci:** add support for x86-64 regions only ([#2122](https://github.com/awslabs/aws-lambda-powertools-python/issues/2122))
28+
* **deps-dev:** bump importlib-metadata from 6.3.0 to 6.4.1 ([#2134](https://github.com/awslabs/aws-lambda-powertools-python/issues/2134))
29+
* **deps-dev:** bump cfn-lint from 0.77.0 to 0.77.1 ([#2133](https://github.com/awslabs/aws-lambda-powertools-python/issues/2133))
1930
* **deps-dev:** bump pytest from 7.3.0 to 7.3.1 ([#2127](https://github.com/awslabs/aws-lambda-powertools-python/issues/2127))
2031
* **deps-dev:** bump mypy-boto3-lambda from 1.26.109 to 1.26.114 ([#2126](https://github.com/awslabs/aws-lambda-powertools-python/issues/2126))
32+
* **deps-dev:** bump mypy-boto3-lambda from 1.26.114 to 1.26.115 ([#2135](https://github.com/awslabs/aws-lambda-powertools-python/issues/2135))
33+
* **deps-dev:** bump mypy-boto3-dynamodb from 1.26.97.post1 to 1.26.115 ([#2132](https://github.com/awslabs/aws-lambda-powertools-python/issues/2132))
34+
* **github:** new tech debt issue form ([#2131](https://github.com/awslabs/aws-lambda-powertools-python/issues/2131))
2135
* **layer:** change layer-balance script to support new regions
2236

37+
## Reverts
38+
* chore: update v2 layer ARN on documentation
39+
2340

2441
<a name="v2.13.0"></a>
2542
## [v2.13.0] - 2023-04-14
@@ -3119,7 +3136,8 @@
31193136
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
31203137

31213138

3122-
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.13.0...HEAD
3139+
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.14.0...HEAD
3140+
[v2.14.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.13.0...v2.14.0
31233141
[v2.13.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.12.0...v2.13.0
31243142
[v2.12.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.11.0...v2.12.0
31253143
[v2.11.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.10.0...v2.11.0

0 commit comments

Comments
 (0)