diff --git a/CHANGELOG.md b/CHANGELOG.md index df191f1..d69aab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Display help message if mandatory arguments are missing. -* Don't recreate jail on sync if it already exists -* Don't sync the whole firewall file, just remake rules for the current jail -* On sync, if local jail is running, reload remote jail if already running, start if not - ### Deprecated ### Removed @@ -23,6 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.3.2] - 2020-05-03 + +### Changed + +* Display help message if mandatory arguments are missing. +* Don't recreate jail on sync if it already exists +* Don't sync the whole firewall file, just remake rules for the current jail +* On sync, if local jail is running, reload remote jail if already running, start if not + ## [2.3.1] - 2020-04-22 ### Added