From b543e34cd12d7a56cbda2f360262c2b8f3537f3a Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Tue, 29 Dec 2020 16:26:38 +0100 Subject: [PATCH] (misc) Release 2.23.0 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 6 ++++++ Rakefile | 2 +- lib/mcollective.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c25022af..85febfcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2020/12/29| |Release 2.23.0 | +|2020/12/27|85 |update `mco choria` to `choria rpc` | +|2020/12/26|83 |Update `mco ping` to call `choria ping` | +|2020/12/26|83 |Support calling an external binary - like choria - for application plugins | +|2020/12/15|63 |Use `choria` in paths for Windows file locations | +|2020/12/15|75 |Do not raise issues for unsupport config options when parsing server config | |2020/11/25| |Release 2.22.1 | |2020/10/22|72 |Do not parse registration related settings | |2020/07/07| |Release 2.22.0 | diff --git a/Rakefile b/Rakefile index 6b610422..3ff14074 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.22.1" +PROJ_VERSION = "2.23.0" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index edc701bb..fb9a66a6 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.22.1".freeze + VERSION = "2.23.0".freeze def self.version VERSION