Skip to content

Commit 1d9e08b

Browse files
committed
Prepare 0.34.0
1 parent 771045e commit 1d9e08b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.34.0]
2+
3+
* Support removing a participant from a Smart Invite [#75]
4+
15
## [0.33.0]
26

37
* Support listing Availability Rules [#74]
@@ -152,6 +156,7 @@
152156
[0.31.2]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.31.2
153157
[0.32.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.32.0
154158
[0.33.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.33.0
159+
[0.34.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.34.0
155160

156161
[#13]: https://github.com/cronofy/cronofy-ruby/pull/13
157162
[#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -189,3 +194,4 @@
189194
[#72]: https://github.com/cronofy/cronofy-ruby/pull/72
190195
[#73]: https://github.com/cronofy/cronofy-ruby/pull/73
191196
[#74]: https://github.com/cronofy/cronofy-ruby/pull/74
197+
[#75]: https://github.com/cronofy/cronofy-ruby/pull/75

lib/cronofy/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cronofy
2-
VERSION = "0.33.0".freeze
2+
VERSION = "0.34.0".freeze
33
end

0 commit comments

Comments
 (0)