This commit is contained in:
tidwall 2021-04-01 15:48:14 -07:00
parent b5691f7dd5
commit af4a56d534
1 changed files with 11 additions and 0 deletions

View File

@ -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