From 7500775fa682b3bcec831ce93e39c9c83ced8b62 Mon Sep 17 00:00:00 2001 From: Chun-wei Kuo Date: Mon, 6 Mar 2023 11:50:28 +1100 Subject: [PATCH] Bump version to 2.3.4 --- CHANGELOG.md | 11 +++++++++++ lib/knuckle_cluster/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d69d2d..64c4e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] + +## [2.3.4] - 2023-03-06 + +### Fixed + +* Fix the error caused by the removal of `File.exists?` in Ruby 3.2 ([#31](https://github.com/envato/knuckle_cluster/pull/31)) + ## [2.3.3] - 2020-05-11 ### Fixed @@ -18,3 +26,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Refactor SCP implementation to use new syntax * Allow SCP copy files FROM agents or containers +[unreleased]: https://github.com/envato/knuckle_cluster/compare/v2.3.4...HEAD +[2.3.4]: https://github.com/envato/knuckle_cluster/compare/v2.3.2...v2.3.4 +[2.3.3]: https://github.com/envato/knuckle_cluster/compare/v2.3.2...v2.3.3 diff --git a/lib/knuckle_cluster/version.rb b/lib/knuckle_cluster/version.rb index cbb295b..081ab3a 100644 --- a/lib/knuckle_cluster/version.rb +++ b/lib/knuckle_cluster/version.rb @@ -1,3 +1,3 @@ module KnuckleCluster - VERSION = '2.3.3' + VERSION = '2.3.4' end