Skip to content

Commit

Permalink
prepare 0.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 12, 2024
1 parent ba6cb79 commit ef33e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## Unreleased
## 0.6.5 (2024-06-11)

* Update available NegotiateFlags during authentication
* Fix NTLMv2 hash when username contains non-ASCII characters by @cdelafuente-r7 in https://github.com/WinRb/rubyntlm/pull/56

## 0.6.4 (2024-06-06)
Expand Down
2 changes: 1 addition & 1 deletion lib/net/ntlm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module NTLM
module VERSION
MAJOR = 0
MINOR = 6
TINY = 4
TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
Expand Down

0 comments on commit ef33e65

Please sign in to comment.