Release 22.04

This commit is contained in:
Jérémy Dubois 2022-04-14 17:20:04 +02:00
parent d614079138
commit 754c3455e0
1 changed files with 12 additions and 6 deletions

View File

@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
### Removed
### Security
## [22.04] 2022-04-14
### Added
* Create a changelog
* Add a version number and `version` command
* Accept a `password-file` command line option to read password from a file
@ -34,12 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Remove "set -e" and add many return code checks
* Prevent use of uninitialized variables
### Deprecated
### Removed
### Fixed
* Check on $USER was always true
### Security