Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ironbishop committed Aug 31, 2022
1 parent 6639681 commit b484193
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ systemctl start zabbix-server.service

## Version history

**0.9.9 (2022-08-31)**
- ENH: zabbix dump add custom format (pg), stdout dump (@gullevek)
- ENH: minimal automated syntax check through Github Actions
- FIX: table schema for PostgreSQL (@jokay)
- FIX: retrieving DBPassword when it contains a "=" (@mathieumd)

**0.9.8 (2022-07-27)**
- ENH: Support for Zabbix 6.2

Expand Down
2 changes: 1 addition & 1 deletion zabbix-dump
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION=0.9.8
VERSION=0.9.9
#
# NAME
# zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data
Expand Down

0 comments on commit b484193

Please sign in to comment.