Skip to content

Commit

Permalink
(misc) Release 2.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Mar 4, 2019
1 parent 02e2847 commit 832dd2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|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 |
|2018/12/18|19 |Support ~/.choriarc and /etc/choria/client.conf |
|2018/11/30| |Release 2.20.3 |
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.4"
PROJ_VERSION = "2.20.5"

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.4".freeze
VERSION = "2.20.5".freeze

def self.version
VERSION
Expand Down

0 comments on commit 832dd2a

Please sign in to comment.