diff --git a/CHANGELOG.md b/CHANGELOG.md index ade37980..829872fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2020/07/07| |Release 2.21.1 | +|2020/05/11|65 |Fix facts application when querying non-string facts | |2020/01/21| |Release 2.21.0 | |2019/10/01|50 |Fix executable names when building modules of external agents | |2020/01/20|60 |Support :hash DDL validations | diff --git a/Rakefile b/Rakefile index 2f590dab..30110f89 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.21.0" +PROJ_VERSION = "2.21.1" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index 79121f3b..cd0546a2 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.21.0".freeze + VERSION = "2.21.1".freeze def self.version VERSION