We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c3940 commit fb872f6Copy full SHA for fb872f6
CHANGELOG.md
@@ -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
7
## 3.2.0
8
9
[PR #77](https://github.com/express42/zabbixapi/pull/77) Add support for Valuemap (Thanks @julienlevasseur)
10
11
[PR #80](https://github.com/express42/zabbixapi/pull/80) Hide password then raising error (Thanks @bbaugher)
12
13
## 3.1.0
14
15
[PR #68](https://github.com/express42/zabbixapi/pull/68) Add support for scripts (Thanx @jrbeilke)
16
17
## 2.4.9
lib/zabbixapi/version.rb
@@ -1,3 +1,3 @@
class ZabbixApi
- VERSION = '3.2.1'.freeze
+ VERSION = '4.0.0'.freeze
end
0 commit comments