diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9ee64a..1da123ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2024/12/13| |Release 2.26.5 | +|2024/12/10|202 |Pass federations properly down from choria playbooks | |2024/09/01| |Release 2.26.4 | |2024/09/29| |Move to Github Actions | |2024/06/26|196 |Fix Slack integration to use POST | diff --git a/mcorpc-ruby-support.gemspec b/mcorpc-ruby-support.gemspec index 85eff4f7..9aab7e62 100644 --- a/mcorpc-ruby-support.gemspec +++ b/mcorpc-ruby-support.gemspec @@ -1,6 +1,6 @@ require "rake" -PROJ_VERSION = "2.26.4" +PROJ_VERSION = "2.26.5" Gem::Specification.new do |s| s.name = "choria-mcorpc-support"