From d033afa0be451523581986dde6ea5b94af263f02 Mon Sep 17 00:00:00 2001 From: carbotaniuman Date: Mon, 15 Jun 2020 02:21:52 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f51ad..bbff017 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,12 @@ 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). -## [Unreleased] +## [1.0.0-RC16] - 2020-06-14 ### Added - [2020-06-14] Added new `client_hostname` selector to allow for custom address binding for Netty by [@lflare]. - [2020-06-14] Added new `ui_hostname` selector to allow for custom address binding for WebUiNetty by [@lflare]. - [2020-06-14] Added response timings to trace logs and response headers by [@lflare]. -### Changed - -### Deprecated - -### Removed - -### Fixed - ## [1.0.0-RC15] - 2020-06-13 ### Added - [2020-06-13] Allow for the two log levels to be configurable by [@lflare].