diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c18128..82ef0f21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### [6.8.0] * Added Policies resource for managing application policies * Added Rules resource for managing inbox rules and listing rule evaluations * Added Lists resource support for creating application lists diff --git a/lib/nylas/version.rb b/lib/nylas/version.rb index 7dffbf4a..0f25e0f0 100644 --- a/lib/nylas/version.rb +++ b/lib/nylas/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nylas - VERSION = "6.7.1" + VERSION = "6.8.0" end