Skip to content

Commit

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

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

[PR #85](https://github.com/express42/zabbixapi/pull/85) Add 3.4 support (Thanks @ottok)

## 3.2.0

[PR #77](https://github.com/express42/zabbixapi/pull/77) Add support for Valuemap (Thanks @julienlevasseur)

[PR #80](https://github.com/express42/zabbixapi/pull/80) Hide password then raising error (Thanks @bbaugher)

## 3.1.0

[PR #68](https://github.com/express42/zabbixapi/pull/68) Add support for scripts (Thanx @jrbeilke)

## 2.4.9
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 = '3.2.1'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit fb872f6

Please sign in to comment.