diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f80172..17f8e737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### [6.8.1] * Documented `tentative_as_busy` support in the `Calendars#get_free_busy` request body, consistent with other Nylas SDKs ### [6.8.0] diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 0f25e0f0..6b6bc1de 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.8.0" + VERSION = "6.8.1" end