Skip to content

Commit

Permalink
(misc) Release 2.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Sep 26, 2019
1 parent c55f71b commit 7910b83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7910b83

Please sign in to comment.