Skip to content

Commit a41f48f

Browse files
authored
Merge e19e206 into 345d2c4
2 parents 345d2c4 + e19e206 commit a41f48f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.32.2](https://github.com/aws/aws-cdk/compare/v1.32.1...v1.32.2) (2020-04-10)
6+
7+
### Bug Fixes
8+
9+
* **cli:** profile AssumeRole credentials don't work via proxy ([#7292](https://github.com/aws/aws-cdk/pull/7292))
10+
511
## [1.32.1](https://github.com/aws/aws-cdk/compare/v1.32.0...v1.32.1) (2020-04-09)
612

713

@@ -28,7 +34,7 @@ code provider. The props `repository`, `accessToken` and `oauthToken` do not exi
2834
anymore in `AppProps`.
2935
* **kinesis:** `retentionPeriodHours` is now `retentionPeriod` and of type `Duration`
3036
* **eks:** `Cluster` now creates a default managed nodegroup as its default capacity. Set the new cluster property `defaultCapacityType` to `DefaultCapacityType.EC2` to preserve `EC2` as its default capacity.
31-
* **cognito:** `add*Trigger()` methods to configure
37+
* **cognito:** `add*Trigger()` methods to configure
3238
lambda triggers has now been replaced by a single
3339
`addTrigger()` method.
3440
* **cognito:** `addTrigger()` method will fail if a trigger

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"tools/*"
1111
],
1212
"rejectCycles": "true",
13-
"version": "1.32.1"
13+
"version": "1.32.2"
1414
}

0 commit comments

Comments
 (0)