Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-provider-devex committed Jun 29, 2023
1 parent 052a907 commit 49ed824
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changes/0.11.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.11.1 (June 29, 2023)

BUG FIXES:

* tf5muxserver: Adjust function signature of `NewMuxServer()` to return `*muxServer`, which is required to satisfy the `tfprotov5.ProviderServer` interface ([#172](https://github.com/hashicorp/terraform-plugin-mux/issues/172))
* tf6muxserver: Adjust function signature of `NewMuxServer()` to return `*muxServer`, which is required to satisfy the `tfprotov6.ProviderServer` interface ([#172](https://github.com/hashicorp/terraform-plugin-mux/issues/172))

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20230629-162839.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-20230629-162851.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.11.1 (June 29, 2023)

BUG FIXES:

* tf5muxserver: Adjust function signature of `NewMuxServer()` to return `*muxServer`, which is required to satisfy the `tfprotov5.ProviderServer` interface ([#172](https://github.com/hashicorp/terraform-plugin-mux/issues/172))
* tf6muxserver: Adjust function signature of `NewMuxServer()` to return `*muxServer`, which is required to satisfy the `tfprotov6.ProviderServer` interface ([#172](https://github.com/hashicorp/terraform-plugin-mux/issues/172))

## 0.11.0 (June 28, 2023)

BUG FIXES:
Expand Down

0 comments on commit 49ed824

Please sign in to comment.