From a3c6e78d5e57e9c53b5af548b433a93549246258 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Tue, 12 Jan 2021 12:38:07 +0100 Subject: [PATCH] (misc) Release 2.23.2 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 14148511..a79c9a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2020/01/12| |Release 2.23.2 | +|2020/01/12|117 |Improve handling of user configuration paths | |2020/01/12| |Release 2.23.1 | |2020/01/10|114 |Support `expr` filters and retire old filter logic | |2020/01/05|83 |Restore `mco ping` to being ruby based as a tool for low level testing of the client | diff --git a/Rakefile b/Rakefile index 28c90803..b10ccb6c 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.23.1" +PROJ_VERSION = "2.23.2" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 0126007a..c8734d52 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -53,7 +53,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.23.1".freeze + VERSION = "2.23.2".freeze def self.version VERSION