Skip to content

Commit

Permalink
prepare 2.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jul 2, 2024
1 parent 8d4d75c commit 167ec06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ WinRM::Connection.new(
)
```

The `:ssl` transport establishes a connection to the winrm endpoint over a secure sockets layer transport encrypting the entire message. Here are some additional connecion options available to `:ssl` connections:
The `:ssl` transport establishes a connection to the winrm endpoint over a secure sockets layer transport encrypting the entire message. Here are some additional connection options available to `:ssl` connections:

* `:client_cert` - Either a string path to a certificate `.pem` file or a `X509::Certificate` object. This along with an accompanying `:client_key` can be used in lieu of a `:user` and `:password`.
* `:client_key` - the path to the private key file accompanying the above mentioned `:client_cert` or an `PKey::Pkey` object.
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WinRM Gem Changelog

# 2.3.8
* Add cert_store option by @ussu in https://github.com/WinRb/WinRM/pull/330

# 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
Expand Down
2 changes: 1 addition & 1 deletion lib/winrm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WinRM module
module WinRM
# The version of the WinRM library
VERSION = '2.3.7'.freeze
VERSION = '2.3.8'.freeze
end

0 comments on commit 167ec06

Please # to comment.