Skip to content

Commit a1c48a9

Browse files
committed
Release v6.5.0
1 parent 5779315 commit a1c48a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### Unreleased
3+
### 6.5.0 / 2025-06-13
44
* Replaced `rest-client` dependency with `httparty` for improved maintainability and security
55
- `rest-client` is no longer actively maintained and has known security vulnerabilities
66
- `httparty` is actively maintained and provides better performance

lib/nylas/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Nylas
4-
VERSION = "6.4.0"
4+
VERSION = "6.5.0"
55
end

0 commit comments

Comments
 (0)