|
4 | 4 | <a name="unreleased"></a>
|
5 | 5 | # Unreleased
|
6 | 6 |
|
| 7 | +## Maintenance |
| 8 | + |
| 9 | +* **docs:** remove v2 banner on top of the docs |
| 10 | + |
| 11 | + |
| 12 | +<a name="v2.0.0"></a> |
| 13 | +## [v2.0.0] - 2022-10-24 |
7 | 14 | ## Bug Fixes
|
8 | 15 |
|
9 | 16 | * lock dependencies
|
|
52 | 59 |
|
53 | 60 | ## Maintenance
|
54 | 61 |
|
55 |
| -* bump pyproject version to 2.0 |
56 | 62 | * update v2 layer ARN on documentation
|
57 | 63 | * update v2 layer ARN on documentation
|
58 |
| -* merge v2 branch |
59 | 64 | * update v2 layer ARN on documentation
|
| 65 | +* update v2 layer ARN on documentation |
| 66 | +* merge v2 branch |
| 67 | +* bump pyproject version to 2.0 |
60 | 68 | * **ci:** make release process manual
|
61 | 69 | * **ci:** migrate E2E tests to CDK CLI and off Docker ([#1501](https://github.com/awslabs/aws-lambda-powertools-python/issues/1501))
|
62 | 70 | * **ci:** remove v1 workflows ([#1617](https://github.com/awslabs/aws-lambda-powertools-python/issues/1617))
|
63 | 71 | * **core:** expose modules in the Top-level package ([#1517](https://github.com/awslabs/aws-lambda-powertools-python/issues/1517))
|
64 | 72 | * **dep:** add cfn-lint as a dev dependency; pre-commit ([#1612](https://github.com/awslabs/aws-lambda-powertools-python/issues/1612))
|
| 73 | +* **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608)) |
65 | 74 | * **deps:** bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ([#1611](https://github.com/awslabs/aws-lambda-powertools-python/issues/1611))
|
66 | 75 | * **deps:** lock importlib to 4.x
|
67 |
| -* **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608)) |
68 | 76 | * **deps-dev:** bump mypy-boto3-s3 from 1.24.76 to 1.24.94 ([#1622](https://github.com/awslabs/aws-lambda-powertools-python/issues/1622))
|
69 | 77 | * **deps-dev:** bump aws-cdk-lib from 2.46.0 to 2.47.0 ([#1629](https://github.com/awslabs/aws-lambda-powertools-python/issues/1629))
|
70 | 78 | * **layer:** bump to 1.31.1 (v39)
|
|
2491 | 2499 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
2492 | 2500 |
|
2493 | 2501 |
|
2494 |
| -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.1...HEAD |
| 2502 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.0.0...HEAD |
| 2503 | +[v2.0.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.1...v2.0.0 |
2495 | 2504 | [v1.31.1]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.0...v1.31.1
|
2496 | 2505 | [v1.31.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.30.0...v1.31.0
|
2497 | 2506 | [v1.30.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.29.2...v1.30.0
|
|
0 commit comments