diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a28840..c25022af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2020/11/25| |Release 2.22.1 | +|2020/10/22|72 |Do not parse registration related settings | |2020/07/07| |Release 2.22.0 | |2020/07/21|69 |Add FreeBSD support | |2020/07/07| |Release 2.21.1 | diff --git a/Rakefile b/Rakefile index c1a627bb..86a6af5b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.22.0" +PROJ_VERSION = "2.22.1" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 6d021bde..edc701bb 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.22.0".freeze + VERSION = "2.22.1".freeze def self.version VERSION