Skip to content

Commit

Permalink
Merge pull request #1746 from joshcooper/release_4.37.0
Browse files Browse the repository at this point in the history
Release 4.37.0
  • Loading branch information
joshcooper authored Jun 28, 2022
2 parents a4aa067 + bfefa2f commit 95b4d76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [4.37.0](https://github.com/voxpupuli/beaker/tree/4.37.0) (2022-06-27)

## Added

- Add support for Win32-OpenSSH ([#1744](https://github.com/voxpupuli/beaker/pull/1744))

## Fixed

- Create ~/.ssh on Windows if it doesn't exist ([#1745](https://github.com/voxpupuli/beaker/pull/1745))

## [4.36.1](https://github.com/voxpupuli/beaker/tree/4.36.1) (2022-06-16)

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Beaker
module Version
STRING = '4.36.1'
STRING = '4.37.0'
end
end

0 comments on commit 95b4d76

Please sign in to comment.