diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fe03ce5..3978118b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.3.10] - 8 January 2025 + +### Changed + +* Updated the pre-built Ghostwriter CLI binaries to v0.2.22 + ## [4.3.10] - 3 January 2025 ### Added diff --git a/ghostwriter-cli-linux b/ghostwriter-cli-linux index b6154864b..0f7050fa6 100755 Binary files a/ghostwriter-cli-linux and b/ghostwriter-cli-linux differ diff --git a/ghostwriter-cli-macos b/ghostwriter-cli-macos index aa0e47794..91f8c6810 100755 Binary files a/ghostwriter-cli-macos and b/ghostwriter-cli-macos differ diff --git a/ghostwriter-cli.exe b/ghostwriter-cli.exe index 4317f4b93..bd5488c12 100755 Binary files a/ghostwriter-cli.exe and b/ghostwriter-cli.exe differ diff --git a/requirements/base.txt b/requirements/base.txt index 33987128f..ae87b76bf 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -35,7 +35,7 @@ django-tinymce==3.4.0 # Deprecated, but kept here for legacy migrations docutils==0.18.1 docxtpl==0.12.0 dnspython==2.6.1 -jinja2==3.1.4 +jinja2==3.1.5 python-docx==0.8.11 python-nmap==0.7.1 python-pptx==0.6.21