Skip to content

Commit 0de13a0

Browse files
Prepare v0.41.1
1 parent 43e9dbd commit 0de13a0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.41.1]
2+
3+
* Loosen the version requirement on Hashie to allow 5.X [#114]
4+
15
## [0.41.0]
26

37
* Adds support for the query_slots parameter [#111]
@@ -232,6 +236,7 @@
232236
[0.39.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/0.39.0
233237
[0.40.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.40.0
234238
[0.41.0]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.0
239+
[0.41.1]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.41.1
235240

236241
[#13]: https://github.com/cronofy/cronofy-ruby/pull/13
237242
[#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -284,3 +289,4 @@
284289
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
285290
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
286291
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
292+
[#114]: https://github.com/cronofy/cronofy-ruby/pull/114

lib/cronofy/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Cronofy
2-
VERSION = "0.41.0".freeze
2+
VERSION = "0.41.1".freeze
33
end

0 commit comments

Comments
 (0)