From ebde7ae0b794d59fe62055d97da541da16a4957e Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 13 May 2020 11:37:32 +0100 Subject: [PATCH] Add missing CHANGELOG due to v2.1.1 patch release (#4620) --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db813e9c..656a6afcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,14 +22,16 @@ CHANGELOG - Allow secrets to be decrypted when exporting a stack [#4046](https://github.com/pulumi/pulumi/pull/4046) + +## 2.1.1 (2020-05-11) + +- Add retry support when writing to state buckets + [#4494](https://github.com/pulumi/pulumi/pull/4494) ## 2.1.0 (2020-04-28) - Fix infinite recursion bug for Go SDK [#4516](https://github.com/pulumi/pulumi/pull/4516) - -- Add retry support when writing to state buckets - [#4494](https://github.com/pulumi/pulumi/pull/4494) - Order secretOutputNames when used in stack references [#4489](https://github.com/pulumi/pulumi/pull/4489)