From 53f30981fd1f81e8c504151823b90d4f7e2e4ca5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 17 Feb 2026 16:10:09 +0000 Subject: [PATCH] bump version in CHANGELOG add note about CLI env vars --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242a5ca..165b62c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,12 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] -# [0.4.0] - 2026-02-15 +# [0.4.1] - 2026-02-15 ### Added - macos build to releases +- CLI configuration can be managed through env vars, see [Environment Variables](https://github.com/onyx-and-iris/q3rcon?tab=readme-ov-file#environment-variables) under Configuration in README. ### Changed