diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa6226..33f01c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [3.0.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/2.0.1...3.0.0) + +- Remove CDK v1 support [`#44`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/44) +- Remove vestigial tsconfig.json from provider/ [`#43`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/43) + #### [2.0.1](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/2.0.0...2.0.1) +> 22 June 2023 + - Remove deprecated "main" from package.json [`#40`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/40) ### [2.0.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/1.2.3...2.0.0) diff --git a/package-lock.json b/package-lock.json index 644e8ce..5f72464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ses-smtp-credentials-cdk", - "version": "2.0.1", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ses-smtp-credentials-cdk", - "version": "2.0.1", + "version": "3.0.0", "license": "Apache-2.0", "devDependencies": { "@aws-cdk/aws-lambda": "^1.89.0", diff --git a/package.json b/package.json index adbf114..1f61c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ses-smtp-credentials-cdk", - "version": "2.0.1", + "version": "3.0.0", "description": "Create SMTP Credentials for use with SES", "scripts": { "compile": "tsc",