Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### Unreleased
### 6.5.0 / 2025-06-13
* Replaced `rest-client` dependency with `httparty` for improved maintainability and security
- `rest-client` is no longer actively maintained and has known security vulnerabilities
- `httparty` is actively maintained and provides better performance
Expand Down
2 changes: 1 addition & 1 deletion lib/nylas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nylas
VERSION = "6.4.0"
VERSION = "6.5.0"
end
Loading