Prepare for 1.0.0-beta.3 release

This commit is contained in:
Matt Ellis 2019-08-21 10:33:33 -07:00
parent 42fc75fffe
commit 7696ed8e94

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
## 1.0.0-beta.3 (2019-08-21)
- When using StackReference to fetch output values from another stack, do not mark a value as secret if it was not
secret in the stack you referenced. (fixes [#2744](https://github.com/pulumi/pulumi/issues/2744)).