From 1e7a0b8fb418147bc13db5adb63cd18c98367666 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Thu, 27 Apr 2023 12:18:10 +0200 Subject: [PATCH] Stage 0.31.1 (#1261) * Update changelog * Update VERSION * Update CHANGELOG.md Co-authored-by: Radek Simko --------- Co-authored-by: Radek Simko --- CHANGELOG.md | 14 ++++++++++++++ version/VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75af5f28..66ea6950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.31.1 (27 April 2023) + +ENHANCEMENTS: + +* Cache registry module errors to improve performance in cases of private registry, submodules or other similar situations resulting in module data unavailability ([#1258](https://github.com/hashicorp/terraform-ls/pull/1258)) + +BUG FIXES: + +* Pull in gopls v0.10.0 tsprotocol.go to fix completion labels ([#1256](https://github.com/hashicorp/terraform-ls/pull/1256)) + +INTERNAL: + +* Add PR test for copyright headers ([#1241](https://github.com/hashicorp/terraform-ls/pull/1241)) + ## 0.31.0 (18 April 2023) ENHANCEMENTS: diff --git a/version/VERSION b/version/VERSION index b21af6d9..f176c944 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.32.0-dev +0.31.1