From bae2e66ad46eeb0bfed0ed5879a4249b2192c3aa Mon Sep 17 00:00:00 2001 From: "Derrick J. Wippler" Date: Fri, 18 Dec 2020 19:58:07 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 20d7535d..2808b439 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,10 @@ 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). +## [1.0.0-rc.4] - 2020-12-18 +### Change +* Fix leaky bucket algorithm + ## [1.0.0-rc.3] - 2020-11-10 ### Change * Added TLS Support for both GRPC and HTTP interfaces #76