From 8b8204d10fd2cf9ce1d3bd461840b67d0b8e6475 Mon Sep 17 00:00:00 2001 From: Natalia Serrano Date: Mon, 4 Aug 2025 14:24:22 +0200 Subject: [PATCH] refs #2558 #2559 #2562 #2563 add versioning stuff --- CHANGELOG.md | 7 +++++++ linux/debian/changelog | 7 +++++++ src/VERSION | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) 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