From 11e38fd7d4b01dfb4fc23a8c48c4c896a7b62961 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Thu, 13 Jan 2022 23:36:19 -0500 Subject: [PATCH] Updating CHANGELOG. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94045ba..68a3816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.1] - 13-Jan-2022 + +### Changed + +- Bump github.com/gdamore/tcell from 2.2.0 to 2.4.0. +- Bump github.com/mattn/go-runewidth from 0.0.12 to 0.0.13. + ## [0.16.0] - 03-Apr-2021 ### Added @@ -464,7 +471,8 @@ identifiers shouldn't be used externally. - The Gauge widget. - The Text widget. -[unreleased]: https://github.com/mum4k/termdash/compare/v0.16.0...devel +[unreleased]: https://github.com/mum4k/termdash/compare/v0.16.1...devel +[0.16.1]: https://github.com/mum4k/termdash/compare/v0.16.0...v0.16.1 [0.16.0]: https://github.com/mum4k/termdash/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/mum4k/termdash/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/mum4k/termdash/compare/v0.13.0...v0.14.0