Skip to content

Commit

Permalink
Bump version to 0.9.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhq committed Jan 17, 2020
1 parent fa9332e commit 4a093d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Please see the [Project Wiki](https://github.com/maxhq/zabbix-backup/wiki).

## Version history

**0.9.3 (2020-01-17)**

- ENH: Check for unknown tables
- ENH: Speed up MySQL backup by not calling mysqldump for every single table anymore
- ENH: New option -S to specify PostgreSQL schema
- FIX: Stabilize and enhance PostgreSQL dump
- FIX: Skip IP reverse lookup for localhost, fix multiline dig answers

**0.9.2 (2020-01-16)**

- ENH: Support for Zabbix 4.4
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.2
VERSION=0.9.3
#
# NAME
# zabbix-dump - Configuration Backup for Zabbix' MySQL or PostgreSQL data
Expand Down

0 comments on commit 4a093d3

Please sign in to comment.