Prepare for v3.6.1 release

This commit is contained in:
stack72 2021-07-07 12:36:12 +01:00
parent 713b901b0c
commit 24c59add99
2 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,21 @@
CHANGELOG
=========
## 3.6.1 (2021-07-07)
### Improvements
- [sdk] - Add `replaceOnChanges` resource option.
[#7226](https://github.com/pulumi/pulumi/pull/722
- [sdk/go] - Support for authoring resource methods in Go
[#7379](https://github.com/pulumi/pulumi/pull/7379)
### Bug Fixes
- [sdk/python] - Fix an issue where dependency keys were incorrectly translates to camelcase
[#7443](https://github.com/pulumi/pulumi/pull/7443)
## 3.6.0 (2021-06-30)
### Improvements

View file

@ -8,3 +8,6 @@
[#7379](https://github.com/pulumi/pulumi/pull/7379)
### Bug Fixes
- [sdk/python] - Fix an issue where dependency keys were incorrectly translates to camelcase
[#7443](https://github.com/pulumi/pulumi/pull/7443)