refs #2558 #2559 #2562 #2563 add versioning stuff

pull/52/head
Natalia Serrano 2025-08-04 14:24:22 +02:00
parent 25b2cb6cd8
commit 8b8204d10f
3 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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 <info@opengnsys.es> Mon, 04 Aug 2025 14:22:52 +0200
ogagent (7.3.0-1) stable; urgency=medium
* Wait for zombies

View File

@ -1 +1 @@
7.3.0
7.3.1