Skip to content

Commit 4121cf3

Browse files
committed
Prepare 0.41.2
1 parent 250c3ec commit 4121cf3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.41.2]
2+
3+
* Bump Rack to version 2.1.4 [#113]
4+
15
## [0.41.1]
26

37
* Loosen the version requirement on Hashie to allow 5.X [#114]
@@ -289,4 +293,5 @@
289293
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
290294
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
291295
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
296+
[#113]: https://github.com/cronofy/cronofy-ruby/pull/113
292297
[#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.1".freeze
2+
VERSION = "0.41.2".freeze
33
end

0 commit comments

Comments
 (0)