From af69ad3ada95a2bf4292d4be31532699d40410ca Mon Sep 17 00:00:00 2001 From: Shawn Poulson Date: Tue, 22 Feb 2022 14:57:14 -0500 Subject: [PATCH] Update version to 2.0.0-rc.15. --- CHANGELOG | 5 +++++ version | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7f5db664..a99f6823 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0-rc.15] - 2022-02-22 +## Changes +* Apply security updates to Golang libraries to fix CVE-2021-38561, +CVE-2021-33194, and CVE-2020-29652. + ## [2.0.0-rc.14] - 2022-02-17 ## Changes * Added performance optimizations to ensure batching behavior does not cause diff --git a/version b/version index b58ddb78..4639736a 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.0.0-rc.14 +v2.0.0-rc.15