Skip to content

Commit

Permalink
v6.3.0 Release (#373)
Browse files Browse the repository at this point in the history
* Added Folder query param support (#371)
* Added `master_event_id` field to events (#372)
* Fixed issue with application models not being deserialized correctly (#371)
  • Loading branch information
mrashed-dev authored Jun 5, 2024
1 parent 420443f commit bfefb78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 6.2.0
current_version = 6.3.0

[bumpversion:file:nylas/_client_sdk_version.py]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
nylas-python Changelog
======================

v6.3.0
----------------
* Added Folder query param support
* Added `master_event_id` field to events
* Fixed issue with application models not being deserialized correctly

v6.2.0
----------------
* Added support for custom headers field for drafts and messages
Expand Down
2 changes: 1 addition & 1 deletion nylas/_client_sdk_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "6.2.0"
__VERSION__ = "6.3.0"

0 comments on commit bfefb78

Please sign in to comment.