diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1bdb70..815d7c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/11/30| |Release 2.20.3 | +|2018/11/30|13 |Restore `rpcutil.ddl` | |2018/11/22| |Release 2.20.2 | |2018/11/22|10 |Include the `nats-pure` dependency that choria needs | |2018/11/22| |Release 2.20.1 | -|2018/11/22|7 |Do not require the `json` gem which can only be built as a native extension requiring compilers | +|2018/11/22|7 |Do not require the `json` gem which can only be built as a native extension requiring compilers | |2018/11/07| |Release 2.20.0 | |2018/11/03|1 |Create a minimal gem that removes a lot of the unused parts of MCollective | diff --git a/Rakefile b/Rakefile index 1195c39b..6c33eea1 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.20.2" +PROJ_VERSION = "2.20.3" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index ce0374de..74cd4705 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -55,7 +55,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION="2.20.2" + VERSION="2.20.3" def self.version VERSION