We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250c3ec commit 4121cf3Copy full SHA for 4121cf3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.41.2]
2
+
3
+ * Bump Rack to version 2.1.4 [#113]
4
5
## [0.41.1]
6
7
* Loosen the version requirement on Hashie to allow 5.X [#114]
@@ -289,4 +293,5 @@
289
293
[#104]: https://github.com/cronofy/cronofy-ruby/pull/104
290
294
[#108]: https://github.com/cronofy/cronofy-ruby/pull/108
291
295
[#111]: https://github.com/cronofy/cronofy-ruby/pull/111
296
+[#113]: https://github.com/cronofy/cronofy-ruby/pull/113
292
297
[#114]: https://github.com/cronofy/cronofy-ruby/pull/114
lib/cronofy/version.rb
@@ -1,3 +1,3 @@
module Cronofy
- VERSION = "0.41.1".freeze
+ VERSION = "0.41.2".freeze
end
0 commit comments