Skip to content

Commit

Permalink
Changelog for v1.11.0 (#659)
Browse files Browse the repository at this point in the history
I missed a step in #658
😬
  • Loading branch information
tgummerer authored Oct 8, 2024
1 parent 29af1aa commit 196e430
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## v1.11.0 - 2024-10-08

### Improvements

- [runtime] Update go version for GitHub workflows [#647](https://github.com/pulumi/pulumi-dotnet/pull/647)

- [runtime] Support for parameterized providers [#616](https://github.com/pulumi/pulumi-dotnet/pull/616)

### Bug Fixes

- [runtime] Fix default component detection when declared later in file [#652](https://github.com/pulumi/pulumi-dotnet/pull/652)

- [runtime] Build statically linked release binary with CGO disabled [#657](https://github.com/pulumi/pulumi-dotnet/pull/657)

## v1.10.3 - 2024-09-19

## v1.10.2 - 2024-09-19
Expand Down

0 comments on commit 196e430

Please sign in to comment.