From 283b66153c7ae07c832e5386a7d8af608fe1416b Mon Sep 17 00:00:00 2001 From: Thomas Gummerer Date: Mon, 29 Apr 2024 10:43:34 -0300 Subject: [PATCH] update changelog for 1.7.0 release (#573) Update the changelog, so we can cut a 1.7.0 release of pulumi-yaml. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ab5729..deb170f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ CHANGELOG ========= +## 1.7.0 (2024-04-29) + +### Improvements + +- Allow the `Resource.get.id` field to be dynamically set. + [#563](https://github.com/pulumi/pulumi-yaml/pull/563) + +- Upgrade pulumi dependency to the latest version. + [#566](https://github.com/pulumi/pulumi-yaml/pull/566), [#571](https://github.com/pulumi/pulumi-yaml/pull/571) + +### Bug Fixes + +- Support negative literals [#565](https://github.com/pulumi/pulumi-yaml/pull/565) + ## 1.6.0 (2024-03-11) ### Improvements