diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b3e9c52c62d..ececc38af1aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +## [0.9.1](https://github.com/awslabs/aws-cdk/compare/v0.9.0...v0.9.1) (2018-09-13) + + +### Bug Fixes + +* **aws-cdk:** Fix proxy support for account lookup ([#693](https://github.com/awslabs/aws-cdk/issues/693)) ([5468225](https://github.com/awslabs/aws-cdk/commit/5468225)), closes [#645](https://github.com/awslabs/aws-cdk/issues/645) + + +### Features + +* **aws-dynamodb:** Support DynamoDB TTL ([#691](https://github.com/awslabs/aws-cdk/issues/691)) ([35b6206](https://github.com/awslabs/aws-cdk/commit/35b6206)) +* **aws-dynamodb:** Support DynamoDB PITR ([#701](https://github.com/awslabs/aws-cdk/issues/701)) ([7a4d7b7](https://github.com/awslabs/aws-cdk/commit/7a4d7b7)) +* **aws-ecr:** Add support for ECR repositories ([#697](https://github.com/awslabs/aws-cdk/issues/697)) ([c6c09bf](https://github.com/awslabs/aws-cdk/commit/c6c09bf)) +* **aws-lambda:** Add support for XRay Tracing ([#675](https://github.com/awslabs/aws-cdk/issues/675)) ([b4435cc](https://github.com/awslabs/aws-cdk/commit/b4435cc)) +* **cfnspec:** Add DeploymentPreference Patch for SAM Spec ([#681](https://github.com/awslabs/aws-cdk/issues/681)) ([#681](https://github.com/awslabs/aws-cdk/issues/681)) ([f96c487](https://github.com/awslabs/aws-cdk/commit/f96c487)) + + + [@rix0rrr]: https://github.com/rix0rrr [@sam-goodwin]: https://github.com/sam-goodwin [@RomainMuller]: https://github.com/RomainMuller diff --git a/bump.sh b/bump.sh index 55e7825eb5029..adc5d3a574e05 100755 --- a/bump.sh +++ b/bump.sh @@ -7,8 +7,13 @@ if [ -z "${ver}" ]; then fi lerna publish --force-publish=* --skip-npm --skip-git --repo-version ${ver} -lerna run build -# update test expectations -UPDATE_DIFF=1 lerna run test +# Update CHANGELOG.md only at the root +cat > /tmp/context.json <