diff --git a/CHANGELOG.md b/CHANGELOG.md index ab407f9..bedb8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.0] - 2025-07-31 + +### Fixed + +- Wait for zombies + +### Changed + +- Change "jobid" for "job_id" for consistency + ## [7.2.2] - 2025-07-30 ### Added diff --git a/linux/debian/changelog b/linux/debian/changelog index b4df92e..7437ef0 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,10 @@ +ogagent (7.3.0-1) stable; urgency=medium + + * Wait for zombies + * Change "jobid" for "job_id" for consistency + + -- OpenGnsys developers Thu, 31 Jul 2025 10:35:16 +0200 + ogagent (7.2.2-1) stable; urgency=medium * Add missing file stop-agent.ps1 diff --git a/src/VERSION b/src/VERSION index 77f5bec..1502020 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -7.2.2 +7.3.0