Skip to content

Commit fb872f6

Browse files
author
Greg Dubicki
committed
Release 4.0.0
1 parent 24c3940 commit fb872f6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## 4.0.0
2+
3+
[PR #90](https://github.com/express42/zabbixapi/pull/90) Add 4.0 support (Thanks @svdasein)
4+
5+
[PR #85](https://github.com/express42/zabbixapi/pull/85) Add 3.4 support (Thanks @ottok)
6+
17
## 3.2.0
8+
29
[PR #77](https://github.com/express42/zabbixapi/pull/77) Add support for Valuemap (Thanks @julienlevasseur)
310

411
[PR #80](https://github.com/express42/zabbixapi/pull/80) Hide password then raising error (Thanks @bbaugher)
512

613
## 3.1.0
14+
715
[PR #68](https://github.com/express42/zabbixapi/pull/68) Add support for scripts (Thanx @jrbeilke)
816

917
## 2.4.9

lib/zabbixapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class ZabbixApi
2-
VERSION = '3.2.1'.freeze
2+
VERSION = '4.0.0'.freeze
33
end

0 commit comments

Comments
 (0)