diff --git a/CHANGELOG.md b/CHANGELOG.md index f842333..07851ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ #CHANGELOG +## 4.2.0 +[PR #102](https://github.com/express42/zabbixapi/pull/102) Add events get method method. Fixed all testing failures. (Thanks @kevin-j-smith) + ## 4.1.2 [PR #99](https://github.com/express42/zabbixapi/pull/99) Patch addressing log error function not found diff --git a/README.md b/README.md index 6a3f43f..9f5dc4b 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,10 @@ We support only two last versions of zabbix (4.0 and 4.2), so you should conside This library aims to support and is [tested against][travis] the following Ruby versions: -* Ruby 2.0 -* Ruby 2.1 -* Ruby 2.2 -* Ruby 2.3 * Ruby 2.4 -* JRuby 9.1.6.0 +* Ruby 2.5 +* Ruby 2.6 +* JRuby 9.2.10.0 If something doesn't work on one of these versions, it's a bug.