Skip to content

Commit

Permalink
Bump version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
domon-envato committed Mar 6, 2023
1 parent 3a69e0a commit 7500775
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/knuckle_cluster/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module KnuckleCluster
VERSION = '2.3.3'
VERSION = '2.3.4'
end

0 comments on commit 7500775

Please sign in to comment.