From 7e750968bc4eca4b0adfed8c995e7981565c8911 Mon Sep 17 00:00:00 2001 From: Evan Culver Date: Mon, 6 Jun 2022 11:52:13 -0700 Subject: [PATCH] Add latest changelog entries (#13363) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d306b2e112..04ac1f240b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.12.2 (June 3, 2022) + +BUG FIXES: + +* kvs: Fixed a bug where query options were not being applied to KVS.Get RPC operations. [[GH-13344](https://github.com/hashicorp/consul/issues/13344)] + ## 1.12.1 (May 25, 2022) FEATURES: