Skip to content

Commit c5bfd13

Browse files
committed
release 3.2.0
Signed-off-by: Andrey Aleksandrov <[email protected]>
1 parent a5f73bb commit c5bfd13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 3.1.0
27
[PR #68](https://github.com/express42/zabbixapi/pull/68) Add support for scripts (Thanx @jrbeilke)
38

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.1.0'.freeze
2+
VERSION = '3.2.0'.freeze
33
end

0 commit comments

Comments
 (0)