We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77de434 commit 0eec01dCopy full SHA for 0eec01d
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### [6.7.1]
4
+* Fix large attachment handling with string keys and custom content_ids
5
+
6
### [6.7.0]
7
* Added access to response headers
8
lib/nylas/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Nylas
- VERSION = "6.7.0"
+ VERSION = "6.7.1"
end
0 commit comments