We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779315 commit a1c48a9Copy full SHA for a1c48a9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-### Unreleased
+### 6.5.0 / 2025-06-13
4
* Replaced `rest-client` dependency with `httparty` for improved maintainability and security
5
- `rest-client` is no longer actively maintained and has known security vulnerabilities
6
- `httparty` is actively maintained and provides better performance
lib/nylas/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nylas
- VERSION = "6.4.0"
+ VERSION = "6.5.0"
end
0 commit comments