Skip to content

Commit 49ed824

Browse files
Update changelog
1 parent 052a907 commit 49ed824

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

.changes/0.11.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.11.1 (June 29, 2023)
2+
3+
BUG FIXES:
4+
5+
* 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))
6+
* 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))
7+

.changes/unreleased/BUG FIXES-20230629-162839.yaml

-5
This file was deleted.

.changes/unreleased/BUG FIXES-20230629-162851.yaml

-5
This file was deleted.

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.11.1 (June 29, 2023)
2+
3+
BUG FIXES:
4+
5+
* 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))
6+
* 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))
7+
18
## 0.11.0 (June 28, 2023)
29

310
BUG FIXES:

0 commit comments

Comments
 (0)