We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2889a commit e2108d9Copy full SHA for e2108d9
CHANGELOG
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
<!-- released start -->
9
10
-## [Unreleased]
+<!-- ## [Unreleased] -->
11
+
12
+## [3.5.2](https://github.com/unioslo/zabbix-cli/releases/tag/3.5.2) - 2025-04-24
13
14
### Added
15
zabbix_cli/__about__.py
@@ -1,5 +1,5 @@
1
from __future__ import annotations
2
3
-__version__ = "3.5.1"
+__version__ = "3.5.2"
4
APP_NAME = "zabbix-cli"
5
AUTHOR = "unioslo"
0 commit comments