diff --git a/CHANGELOG.md b/CHANGELOG.md index 72764e1a..5e1bdb70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|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/07| |Release 2.20.0 | diff --git a/Rakefile b/Rakefile index 1a2aa18c..1195c39b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "0.0.1" +PROJ_VERSION = "2.20.2" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index df64145f..ce0374de 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -55,7 +55,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION="2.20.1" + VERSION="2.20.2" def self.version VERSION