From b1f8e169c0d7c820fa1f9052a1bf2e11487a11f2 Mon Sep 17 00:00:00 2001 From: Matthew Wade Date: Thu, 27 Jul 2023 11:25:31 +0100 Subject: [PATCH] Prepare v0.41.0 --- CHANGELOG.md | 6 ++++++ lib/cronofy/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a80b3..b68092d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.41.0] + + * Adds support for the query_slots parameter [#111] + ## [0.40.0] * Update version of [OAuth2](https://rubygems.org/gems/oauth2) required [#102] @@ -227,6 +231,7 @@ [0.38.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/0.38.0 [0.39.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/0.39.0 [0.40.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.40.0 +[0.41.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.0 [#13]: https://github.com/cronofy/cronofy-ruby/pull/13 [#16]: https://github.com/cronofy/cronofy-ruby/pull/16 @@ -278,3 +283,4 @@ [#102]: https://github.com/cronofy/cronofy-ruby/pull/102 [#104]: https://github.com/cronofy/cronofy-ruby/pull/104 [#108]: https://github.com/cronofy/cronofy-ruby/pull/108 +[#111]: https://github.com/cronofy/cronofy-ruby/pull/111 diff --git a/lib/cronofy/version.rb b/lib/cronofy/version.rb index 28d2d7c..0e15d1b 100644 --- a/lib/cronofy/version.rb +++ b/lib/cronofy/version.rb @@ -1,3 +1,3 @@ module Cronofy - VERSION = "0.40.0".freeze + VERSION = "0.41.0".freeze end