From 7910b83124d5cd49b87306122d4868bc5ad94cd4 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Thu, 26 Sep 2019 15:05:24 +0200 Subject: [PATCH] (misc) Release 2.20.7 --- CHANGELOG.md | 5 +++++ Rakefile | 2 +- lib/mcollective.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16505016..6ec6ca13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2019/09/19| |Release 2.20.7 | +|2019/09/25|46 |Ensure a valid version of PDK is available when building packages | +|2019/09/25|43 |Ensure external agents are executable | +|2019/09/25|40 |Only generate JSON DDls when they do not already exist | +|2019/09/25|39 |Avoid duplicate resources for packaged plugins wrt to JSON DDL files | |2019/09/19| |Release 2.20.6 | |2019/09/18|30 |Move the aiomodule package into this module, retire others | |2019/09/08|34 |Add support for type in outputs | diff --git a/Rakefile b/Rakefile index f085f906..3ed9a915 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.20.6" +PROJ_VERSION = "2.20.7" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 3dcc1c92..af903422 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.20.6".freeze + VERSION = "2.20.7".freeze def self.version VERSION