From 7ad6cd600bde9497841cb094693259bd9c488444 Mon Sep 17 00:00:00 2001 From: Peter Cai <222655+pcai@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:49:56 -0400 Subject: [PATCH] Update changelog.md --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 86e14907..19a42db9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # WinRM Gem Changelog +# 2.3.7 +* Add ruby-3.1 test by @skeshari12 in https://github.com/WinRb/WinRM/pull/332 +* move from travis to GH actions and test ruby 3.1 by @mwrock in https://github.com/WinRb/WinRM/pull/335 +* Add rexml as an explicit dependency for Ruby 3.x by @postmodern in https://github.com/WinRb/WinRM/pull/334 +* Adding user-agent option by @laxa in https://github.com/WinRb/WinRM/pull/337 +* Update CI to use ruby 3.X by @fwininger in https://github.com/WinRb/WinRM/pull/343 +* Create thread in shell finalizer by @akihikodaki in https://github.com/WinRb/WinRM/pull/339 + # 2.3.6 - Add compatibility with ruby 3.0.0