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 a5f73bb commit c5bfd13Copy full SHA for c5bfd13
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.2.0
2
+[PR #77](https://github.com/express42/zabbixapi/pull/77) Add support for Valuemap (Thanks @julienlevasseur)
3
+
4
+[PR #80](https://github.com/express42/zabbixapi/pull/80) Hide password then raising error (Thanks @bbaugher)
5
6
## 3.1.0
7
[PR #68](https://github.com/express42/zabbixapi/pull/68) Add support for scripts (Thanx @jrbeilke)
8
lib/zabbixapi/version.rb
@@ -1,3 +1,3 @@
class ZabbixApi
- VERSION = '3.1.0'.freeze
+ VERSION = '3.2.0'.freeze
end
0 commit comments