diff --git a/CHANGELOG.md b/CHANGELOG.md index c91b316..184b0d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- ipvsctl sub-command `local-address`, `connection` +- ipvsctl sub-command `local-address` - support import from stdin, compatible with ipvsadm dump format +## [v1.2.0] - 2022-03-21 + +### Added + +- ipvsctl sub-command `connection` + +### Fixed + +- show daemon title ends with newline +- show version newline behind ip_vs information + ## [v1.1.0] - 2022-03-20 +### Added + - ipvsctl sub-command `flush`, `daemon` ## [v1.0.0] - 2022-03-19 diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0