diff --git a/.changes/unreleased/Improvements-411.yaml b/.changes/unreleased/Improvements-411.yaml deleted file mode 100644 index 702c345c..00000000 --- a/.changes/unreleased/Improvements-411.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: runtime -kind: Improvements -body: Reduce binary size by stripping debug information -time: 2024-11-26T17:25:44.252633+01:00 -custom: - PR: "411" diff --git a/.changes/unreleased/bug-fixes-388.yaml b/.changes/unreleased/bug-fixes-388.yaml deleted file mode 100644 index 2a0e03ab..00000000 --- a/.changes/unreleased/bug-fixes-388.yaml +++ /dev/null @@ -1,6 +0,0 @@ -component: sdk/auto -kind: bug-fixes -body: Fix warning for inline programs -time: 2024-11-14T23:34:52.002286-08:00 -custom: - PR: "388" diff --git a/.changes/v3.69.0.md b/.changes/v3.69.0.md index ce6f5376..d8e0b662 100644 --- a/.changes/v3.69.0.md +++ b/.changes/v3.69.0.md @@ -16,7 +16,7 @@ - [sdk/auto] Lessen the strictness of `OperationTypeConverter` to allow unknown operations [#350](https://github.com/pulumi/pulumi-dotnet/pull/350) -- [sdk/auto] Updating YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354) +- [sdk/auto] Update YamlDotNet to v16.1.2 [#354](https://github.com/pulumi/pulumi-dotnet/pull/354) - [sdk/auto] Add pulumi stack change-secrets-provider to automation api [#383](https://github.com/pulumi/pulumi-dotnet/pull/383) diff --git a/.changes/v3.70.0.md b/.changes/v3.70.0.md new file mode 100644 index 00000000..d3dbbea8 --- /dev/null +++ b/.changes/v3.70.0.md @@ -0,0 +1,10 @@ +## v3.70.0 - 2024-11-27 + +### Bug Fixes + +- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388) + +### Improvements + +- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411) + diff --git a/CHANGELOG.md b/CHANGELOG.md index e2710898..81f7dc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.70.0 - 2024-11-27 + +### Bug Fixes + +- [sdk/auto] Fix warning for inline programs [#388](https://github.com/pulumi/pulumi-dotnet/pull/388) + +### Improvements + +- [runtime] Reduce binary size by stripping debug information [#411](https://github.com/pulumi/pulumi-dotnet/pull/411) + ## v3.69.0 - 2024-11-21 ### Improvements