diff --git a/CHANGELOG.md b/CHANGELOG.md index 0610528..9a0e48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. ### Fixed ### Added +## [2.6.0] - 2015-12-28 + +### Added +- Include 'log' field in transactions reported with 'report' method + ## [2.5.0] - 2015-12-14 No changes. Stable release. diff --git a/VERSION b/VERSION index 437459c..e70b452 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.6.0 diff --git a/lib/3scale/client/version.rb b/lib/3scale/client/version.rb index 0f07cd4..ecbef8e 100644 --- a/lib/3scale/client/version.rb +++ b/lib/3scale/client/version.rb @@ -1,5 +1,5 @@ module ThreeScale class Client - VERSION = '2.5.0' + VERSION = '2.6.0' end end