From 76e9dbdd4333767236bd175a507956f7ce828a49 Mon Sep 17 00:00:00 2001 From: James Pogran Date: Thu, 19 Dec 2024 13:44:43 -0500 Subject: [PATCH] Update changelog --- .changes/unreleased/INTERNAL-20241219-112751.yaml | 6 ------ .changes/v0.36.3.md | 4 ++++ CHANGELOG.md | 4 ++++ 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changes/unreleased/INTERNAL-20241219-112751.yaml diff --git a/.changes/unreleased/INTERNAL-20241219-112751.yaml b/.changes/unreleased/INTERNAL-20241219-112751.yaml deleted file mode 100644 index a79c21e0..00000000 --- a/.changes/unreleased/INTERNAL-20241219-112751.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Bump golang.org/x/net from 0.32.2 to 0.33.0 -time: 2024-12-19T11:27:51.936154-05:00 -custom: - Issue: "1905" - Repository: terraform-ls diff --git a/.changes/v0.36.3.md b/.changes/v0.36.3.md index 94fbb786..5a337258 100644 --- a/.changes/v0.36.3.md +++ b/.changes/v0.36.3.md @@ -4,3 +4,7 @@ BUG FIXES: * Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903)) +INTERNAL: + +* Bump golang.org/x/net from 0.32.2 to 0.33.0 ([#1905](https://github.com/hashicorp/terraform-ls/issues/1905)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index fc4ef867..c3caccbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ BUG FIXES: * Fix race when parsing locally installed module sources leading to empty completions ([#1903](https://github.com/hashicorp/terraform-ls/issues/1903)) +INTERNAL: + +* Bump golang.org/x/net from 0.32.2 to 0.33.0 ([#1905](https://github.com/hashicorp/terraform-ls/issues/1905)) + ## 0.36.2 (12 December 2024) BUG FIXES: