From c9a49f0e44dc7920345c25a2c2e0684d72eb66e5 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Wed, 25 Nov 2020 10:12:42 +0100 Subject: [PATCH] (misc) Release 2.22.1 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 2 ++ Rakefile | 2 +- lib/mcollective.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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