diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e89bca..ab407f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.2.2] - 2025-07-30 + +### Added + +- Add missing file stop-agent.ps1 + ## [7.2.1] - 2025-07-29 ### Changed diff --git a/linux/debian/changelog b/linux/debian/changelog index 6918feb..b4df92e 100644 --- a/linux/debian/changelog +++ b/linux/debian/changelog @@ -1,3 +1,9 @@ +ogagent (7.2.2-1) stable; urgency=medium + + * Add missing file stop-agent.ps1 + + -- OpenGnsys developers Wed, 30 Jul 2025 10:20:21 +0200 + ogagent (7.2.1-1) stable; urgency=medium * Run process in a new POSIX session and group, send termination signals to the whole process group diff --git a/src/VERSION b/src/VERSION index b26a34e..77f5bec 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -7.2.1 +7.2.2 diff --git a/src/stop-agent.ps1 b/src/stop-agent.ps1 new file mode 100755 index 0000000..97f80cb --- /dev/null +++ b/src/stop-agent.ps1 @@ -0,0 +1 @@ +get-process -name ogagentuser|stop-process