CHANGELOG.md in zabbix-ruby-client-0.0.15 vs CHANGELOG.md in zabbix-ruby-client-0.0.16

- old
+ new

@@ -1,7 +1,14 @@ Zabbbix Ruby Client Changelog ----------------------------- +### v0.0.16 - 2013-10-31 + +* _if you have custom plugins_ the class ZabbixRubyClient is now a module just for namespacing, update your code! +* fix the logger +* refactoring and more tests +* adding travis and coverall to stimulate testing, also added gemnasium + ### v0.0.15 - 2013-10-23 * prototype of a way to keep data when sending fails and sending it again at next iteration * refactoring in several classes for better testability and nicer code * add port in the zabbix-sender command that was forgotten there