From 60a439061fca387a9a05276a84c44208b14fd7a7 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Fri, 13 Dec 2024 21:41:53 +0100 Subject: [PATCH] (misc) Release 2.26.5 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 2 ++ mcorpc-ruby-support.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"