From 1bf883e4b1a89e06bc0405ae786e8f7b7b98c388 Mon Sep 17 00:00:00 2001 From: Timothy Messier Date: Tue, 12 Dec 2023 21:14:01 +0000 Subject: [PATCH] chore(changelog): Add entry for 0.13.5 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f7d52b64a..4e287556dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,14 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. being terminated, as is the case with an scp download when using an SSH Target. ([PR](https://github.com/hashicorp/boundary/pull/3808)) +## 0.13.5 (2023/12/12) (Enterprise and HCP Boundary only) + +### Security + +* deps: Bump Go version to v1.21.5. This is to address multiple security + vulnerabilities. Most notable for boundary is a fix in net/http to limit + chunked data overhead. See https://groups.google.com/g/golang-announce/c/iLGK3x6yuN + ## 0.13.1 (2023/07/10) ### New and Improved