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 6ef6017 commit e7bec93Copy full SHA for e7bec93
CHANGELOG.md
@@ -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
7
## 4.0.0
8
9
[PR #90](https://github.com/express42/zabbixapi/pull/90) Add 4.0 support (Thanks @svdasein)
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- zabbixapi (4.0.0)
+ zabbixapi (4.1.0)
http (~> 2.0)
json (~> 2.0)
lib/zabbixapi/version.rb
@@ -1,3 +1,3 @@
class ZabbixApi
- VERSION = '4.0.0'.freeze
+ VERSION = '4.1.0'.freeze
end
0 commit comments