diff --git a/CHANGELOG.md b/CHANGELOG.md index bedb8d9..e60bfac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.3.1] - 2025-08-04 + +### Fixed + +- On user logout, write the user to the log +- On EjecutarScript with client=true, return a job ID + ## [7.3.0] - 2025-07-31 ### Fixed diff --git a/linux/debian/changelog b/linux/debian/changelog index 7437ef0..ab378f5 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,10 @@ +ogagent (7.3.1-1) stable; urgency=medium + + * On user logout, write the user to the log + * On EjecutarScript with client=true, return a job ID + + -- OpenGnsys developers Mon, 04 Aug 2025 14:22:52 +0200 + ogagent (7.3.0-1) stable; urgency=medium * Wait for zombies diff --git a/src/VERSION b/src/VERSION index 1502020..643916c 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -7.3.0 +7.3.1