diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f1d5e..fb80e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,16 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [1.7.3] - 2026-02-26 + +### Added + +- *--version/-v* flag for printing the version of the CLI. + +### Changed + +- now using [charmbracelet/log][charmlog] package for logging. + ## [1.7.0] - 2025-06-05 ### Added @@ -99,3 +109,4 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - All source files for lilproxy including full commit history. [logrus]: https://github.com/sirupsen/logrus +[charmlog]: https://github.com/charmbracelet/log