diff --git a/.changes/unreleased/Bug Fixes-331.yaml b/.changes/unreleased/Bug Fixes-331.yaml deleted file mode 100644 index b8957ee3..00000000 --- a/.changes/unreleased/Bug Fixes-331.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk/provider -kind: Bug Fixes -body: Fix serialization of ComponentResources (no id required) -time: 2024-09-04T11:04:58.1319356+02:00 -custom: - PR: "331" diff --git a/.changes/unreleased/Bug Fixes-337.yaml b/.changes/unreleased/Bug Fixes-337.yaml deleted file mode 100644 index b6705c18..00000000 --- a/.changes/unreleased/Bug Fixes-337.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk/provider -kind: Bug Fixes -body: Fix output value serialization. -time: 2024-09-06T23:06:09.346266+01:00 -custom: - PR: "337" diff --git a/.changes/unreleased/Improvements-332.yaml b/.changes/unreleased/Improvements-332.yaml deleted file mode 100644 index 8e80a56e..00000000 --- a/.changes/unreleased/Improvements-332.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk -kind: Improvements -body: Add support for attaching debuggers -time: 2024-09-04T16:20:23.611864018+02:00 -custom: - PR: "332" diff --git a/.changes/v3.67.0.md b/.changes/v3.67.0.md new file mode 100644 index 00000000..01496d76 --- /dev/null +++ b/.changes/v3.67.0.md @@ -0,0 +1,12 @@ +## v3.67.0 - 2024-09-10 + +### Improvements + +- [sdk] Add support for attaching debuggers [#332](https://github.com/pulumi/pulumi-dotnet/pull/332) + +### Bug Fixes + +- [sdk/provider] Fix serialization of ComponentResources (no id required) [#331](https://github.com/pulumi/pulumi-dotnet/pull/331) + +- [sdk/provider] Fix output value serialization. [#337](https://github.com/pulumi/pulumi-dotnet/pull/337) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 43f7dd47..864d0e1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.67.0 - 2024-09-10 + +### Improvements + +- [sdk] Add support for attaching debuggers [#332](https://github.com/pulumi/pulumi-dotnet/pull/332) + +### Bug Fixes + +- [sdk/provider] Fix serialization of ComponentResources (no id required) [#331](https://github.com/pulumi/pulumi-dotnet/pull/331) + +- [sdk/provider] Fix output value serialization. [#337](https://github.com/pulumi/pulumi-dotnet/pull/337) + ## v3.66.2 - 2024-08-20 ### Bug Fixes