diff --git a/CHANGELOG.md b/CHANGELOG.md index f891b693..16505016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2019/09/19| |Release 2.20.6 | +|2019/09/18|30 |Move the aiomodule package into this module, retire others | +|2019/09/08|34 |Add support for type in outputs | +|2019/08/19|31 |Check client_activated property when loading DDLs | |2019/03/04| |Release 2.20.5 | |2019/02/28|22 |Fix fact summaries for complex data types | |2018/11/30| |Release 2.20.4 | diff --git a/Rakefile b/Rakefile index 8bfe19b5..f085f906 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.20.5" +PROJ_VERSION = "2.20.6" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 9477d821..3dcc1c92 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.20.5".freeze + VERSION = "2.20.6".freeze def self.version VERSION