diff --git a/CHANGELOG.md b/CHANGELOG.md index 815d7c19..24c1117c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/11/30| |Release 2.20.4 | +|2018/12/18|19 |Support ~/.choriarc and /etc/choria/client.conf | |2018/11/30| |Release 2.20.3 | |2018/11/30|13 |Restore `rpcutil.ddl` | |2018/11/22| |Release 2.20.2 | diff --git a/Rakefile b/Rakefile index 53cad629..7746bfc4 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.20.3" +PROJ_VERSION = "2.20.4" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 88ac9790..2d330052 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.20.3".freeze + VERSION = "2.20.4".freeze def self.version VERSION