diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1fbb8..394759e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Release History +### 0.11.4 (2024-09-07) + +* Added a parameter, close_file, to lsb.reveal in order to + specify if the file must be closed at the end of the processing. + + ### 0.11.3 (2024-01-02) * Stegano now supports Python 3.12. Support of Python 3.8 has been removed. diff --git a/pyproject.toml b/pyproject.toml index 94d9ae6..9a17f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stegano" -version = "0.11.3" +version = "0.11.4" description = "A pure Python Steganography module." authors = [ "Cédric Bonhomme "