Skip to content

Commit be410f4

Browse files
Update changelog
1 parent dad393a commit be410f4

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

.changes/0.8.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.8.0 (February 08, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.18 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#95](https://github.com/hashicorp/terraform-plugin-log/issues/95))
6+
7+
BUG FIXES:
8+
9+
* tflog+tflogsdk: Prevented data race conditions when using SetField and other option functions ([#132](https://github.com/hashicorp/terraform-plugin-log/issues/132))
10+

.changes/unreleased/BUG FIXES-20230207-165520.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/NOTES-20230201-172515.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.8.0 (February 08, 2023)
2+
3+
NOTES:
4+
5+
* This Go module has been updated to Go 1.18 per the [Go support policy](https://golang.org/doc/devel/release.html#policy). Any consumers building on earlier Go versions may experience errors. ([#95](https://github.com/hashicorp/terraform-plugin-log/issues/95))
6+
7+
BUG FIXES:
8+
9+
* tflog+tflogsdk: Prevented data race conditions when using SetField and other option functions ([#132](https://github.com/hashicorp/terraform-plugin-log/issues/132))
10+
111
# 0.7.0 (July 25, 2022)
212

313
FEATURES:

0 commit comments

Comments
 (0)