From 6920a9701054cae88a757c809ad5340a44585e3e Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 29 Jan 2026 14:11:24 +0100 Subject: [PATCH] release: Publish version 2.4.4 --- .env.example | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ec6550e9..90ba5752 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ # Which images to pull for production deployment -VERSION=2.4.3 +VERSION=2.4.4 # Impact containers names, see # https://docs.docker.com/compose/how-tos/environment-variables/envvars/#compose_project_name diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cffdb7f..24a544d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog of AgentJ +## 2026-01-29 - 2.4.4 + +### Bug fixes + +- Fix redirecting to the "Referer" URL ([ec585b3a](https://github.com/Probesys/agentj/commit/ec585b3a)) + ## 2026-01-16 - 2.4.3 ### Bug fixes