Skip to content

Commit 167ec06

Browse files
committed
prepare 2.3.8 release
1 parent 8d4d75c commit 167ec06

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ WinRM::Connection.new(
7979
)
8080
```
8181

82-
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:
82+
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:
8383

8484
* `: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`.
8585
* `:client_key` - the path to the private key file accompanying the above mentioned `:client_cert` or an `PKey::Pkey` object.

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# WinRM Gem Changelog
22

3+
# 2.3.8
4+
* Add cert_store option by @ussu in https://github.com/WinRb/WinRM/pull/330
5+
36
# 2.3.7
47
* Add ruby-3.1 test by @skeshari12 in https://github.com/WinRb/WinRM/pull/332
58
* move from travis to GH actions and test ruby 3.1 by @mwrock in https://github.com/WinRb/WinRM/pull/335

lib/winrm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WinRM module
22
module WinRM
33
# The version of the WinRM library
4-
VERSION = '2.3.7'.freeze
4+
VERSION = '2.3.8'.freeze
55
end

0 commit comments

Comments
 (0)