From af4a56d534f1328e854ffb1f65a8e62cb99c0feb Mon Sep 17 00:00:00 2001 From: tidwall Date: Thu, 1 Apr 2021 15:48:14 -0700 Subject: [PATCH] 1.23.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11edcd9a..0c41d5e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.23.0] = 2020-04-01 +### Updated +- #598: Added TLS Config to Kafka (@iwpnd) +- #599: Include "distance" to output when user specifically requests (@iwpnd) +- #597: Allow for all command types for roaming event (@johnpmayer) +- 31a0fbd: Upgraded dependencies and moved to Go 1.16 + +### Fixed +- #600: Fix invalid queue.db error (@lokisisland) +- #603: Fix tile38-cli output showing protocol size when piping (@bb) + ## [1.22.6] = 2020-02-07 ### Updated - 72dfaae: Updated various dependencies