Skip to content

Commit

Permalink
(misc) Release 2.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Sep 19, 2019
1 parent 8473b5b commit 37a23a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|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 |
|2019/08/19|31 |Check client_activated property when loading DDLs |
|2019/03/04| |Release 2.20.5 |
|2019/02/28|22 |Fix fact summaries for complex data types |
|2018/11/30| |Release 2.20.4 |
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.5"
PROJ_VERSION = "2.20.6"

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.5".freeze
VERSION = "2.20.6".freeze

def self.version
VERSION
Expand Down

0 comments on commit 37a23a6

Please sign in to comment.