From 5a24cb454884bd5dbeffed33e3ac2ed3afcfc6cd Mon Sep 17 00:00:00 2001 From: Ronald Date: Tue, 7 Nov 2023 14:56:03 -0500 Subject: [PATCH] releasing 0.35.0 (#1834) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9073481a0..5a9214866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.35.0 (November 7, 2023) + +NEW FEATURES: +* Add alpha support for Consul namespaces/partitions/peering. [GH-1822](https://github.com/hashicorp/consul-template/pull/1822) + +IMPROVEMENTS: +* Bump golang.org/x/text from 0.13.0 to 0.14.0. [GH-1830](https://github.com/hashicorp/consul-template/pull/1830) +* Bump golang.org/x/sys from 0.13.0 to 0.14.0. [GH-1829](https://github.com/hashicorp/consul-template/pull/1829) +* Bump github.com/hashicorp/consul/sdk from 0.14.1 to 0.15.0. [GH-1826](https://github.com/hashicorp/consul-template/pull/1826) +* Bump github.com/hashicorp/consul/api from 1.25.1 to 1.26.1. [GH-1827](https://github.com/hashicorp/consul-template/pull/1827) + ## v0.34.0 (October 11, 2023) IMPROVEMENTS: