Skip to content

Commit 07425f0

Browse files
Add changelog and version bump
1 parent f50dcb8 commit 07425f0

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.35.0]
2+
3+
* Add specific errors for network issues [#77]
4+
15
## [0.34.0]
26

37
* Support removing a participant from a Smart Invite [#75]
@@ -157,6 +161,7 @@
157161
[0.32.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.32.0
158162
[0.33.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.33.0
159163
[0.34.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.34.0
164+
[0.35.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.35.0
160165

161166
[#13]: https://github.com/cronofy/cronofy-ruby/pull/13
162167
[#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -195,3 +200,4 @@
195200
[#73]: https://github.com/cronofy/cronofy-ruby/pull/73
196201
[#74]: https://github.com/cronofy/cronofy-ruby/pull/74
197202
[#75]: https://github.com/cronofy/cronofy-ruby/pull/75
203+
[#77]: https://github.com/cronofy/cronofy-ruby/pull/77

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.34.0".freeze
2+
VERSION = "0.35.0".freeze
33
end

0 commit comments

Comments
 (0)