From 595a576caa9d7626ded1b27c7540ce21e9e74132 Mon Sep 17 00:00:00 2001 From: Louis Ruch Date: Fri, 9 Dec 2022 12:05:28 -0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f54764cf..5a00d5d8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. `dumb-init`, would pass them along to the child processes and cause the plugin to exit ([PR](https://github.com/hashicorp/boundary/pull/2677)) +## 0.11.2 (2022/12/09) + +### Security + +* Boundary now uses Go 1.19.4 to address security vulnerability (CVE-2022-41717) See the + [Go announcement](https://groups.google.com/g/golang-announce/c/L_3rmdT0BMU) for + more details. + ## 0.11.1 (2022/11/30) ### New and Improved