CHANGELOG.md in rubyntlm-0.6.3 vs CHANGELOG.md in rubyntlm-0.6.4

- old
+ new

@@ -1,7 +1,15 @@ # Change Log +## 0.6.4 (2024-06-06) + +* Fix applying DES-CBC when using OpenSSL 3 by @paulvt in https://github.com/WinRb/rubyntlm/pull/51 +* Add dependency to `base64` gem by @yahonda in https://github.com/WinRb/rubyntlm/pull/62 +* Avoid usage of legacy algorithms on libssl-3.0+ by @larskanis in https://github.com/WinRb/rubyntlm/pull/53 +* Add anonymous authentication support by @zeroSteiner in https://github.com/WinRb/rubyntlm/pull/45 +* Update minimum supported ruby to 2.6. Add support for ruby 3.2 and 3.3 + ## [0.6.3](https://github.com/WinRb/rubyntlm/tree/0.6.3) (2021-01-26) [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.6.2...0.6.3) **Closed issues:** @@ -122,6 +130,6 @@ [Full Changelog](https://github.com/WinRb/rubyntlm/compare/v0.2.0...v0.3.0) ## [v0.2.0](https://github.com/WinRb/rubyntlm/tree/v0.2.0) (2013-03-22) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*