From 15190db9458b2f905280b593e571e1ed6d9d0444 Mon Sep 17 00:00:00 2001 From: Shawn Poulson Date: Fri, 21 Oct 2022 11:14:42 -0400 Subject: [PATCH] Update version to 2.0.0-rc.33. --- CHANGELOG | 12 ++++++++++++ version | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index bf6b7aa3..e7331d31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,18 @@ 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.33] - 2022-10-21 +## Changes +* Fix negative hits when remaining 0 by @Loosetooth in #157. + +## [2.0.0-rc.32] - 2022-10-11 +## Changes +* Bump etcd to v3.5.5 by @thrawn01 in #154 + +## [2.0.0-rc.31] - 2022-10-11 +## Changes +* Now using the logger passed in on initialization by @thrawn01 in #153 + ## [2.0.0-rc.30] - 2022-09-26 ## Changes * Bumps protobuf from 3.15.0 to 3.18.3 by @dependabot in #152. diff --git a/version b/version index 480584b6..58efc051 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.0.0-rc.32 +v2.0.0-rc.33