Skip to content

Commit e7bec93

Browse files
author
Greg Dubicki
committed
Release 4.1.0
1 parent 6ef6017 commit e7bec93

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.1.0
2+
3+
[PR #82](https://github.com/express42/zabbixapi/pull/82) Add logout method (Thanks @baurmatt)
4+
5+
[PR #86](https://github.com/express42/zabbixapi/pull/86) Feature: add support for Discovery Rules (`drule` API) (Thanks @lehn-etracker)
6+
17
## 4.0.0
28

39
[PR #90](https://github.com/express42/zabbixapi/pull/90) Add 4.0 support (Thanks @svdasein)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
zabbixapi (4.0.0)
4+
zabbixapi (4.1.0)
55
http (~> 2.0)
66
json (~> 2.0)
77

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

0 commit comments

Comments
 (0)