Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Dubicki committed Dec 25, 2018
1 parent 6ef6017 commit e7bec93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.1.0

[PR #82](https://github.com/express42/zabbixapi/pull/82) Add logout method (Thanks @baurmatt)

[PR #86](https://github.com/express42/zabbixapi/pull/86) Feature: add support for Discovery Rules (`drule` API) (Thanks @lehn-etracker)

## 4.0.0

[PR #90](https://github.com/express42/zabbixapi/pull/90) Add 4.0 support (Thanks @svdasein)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zabbixapi (4.0.0)
zabbixapi (4.1.0)
http (~> 2.0)
json (~> 2.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/zabbixapi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class ZabbixApi
VERSION = '4.0.0'.freeze
VERSION = '4.1.0'.freeze
end

0 comments on commit e7bec93

Please sign in to comment.