Skip to content

Commit 81e8772

Browse files
committed
Prepare version 0.37.5
1 parent f09c6d0 commit 81e8772

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
1+
## [0.37.5]
2+
3+
* Support `query_periods` as well as the original `available_periods` for Real-Time Scheduling and Real-Time Sequencing [#99]
4+
15
## [0.37.4]
26

3-
* Support client_secret only clients being able to authorize `#availability` calls. [#97]
7+
* Support client_secret only clients being able to authorize `#availability` calls. [#97]
48

59
## [0.37.3]
610

7-
* Support `hmac_valid` as well as the original `hmac_match` for Client to verify a HMAC from a push notification using the client's secret.[#95]
11+
* Support `hmac_valid` as well as the original `hmac_match` for Client to verify a HMAC from a push notification using the client's secret.[#95]
812

913
## [0.37.2]
1014

11-
* Support `query_periods` as well as the original `available_periods` for Availability Query and Sequenced Availability [#91]
15+
* Support `query_periods` as well as the original `available_periods` for Availability Query and Sequenced Availability [#91]
1216

1317
## [0.37.1]
1418

15-
* Rename `data_centre` to `data_centre` (with aliases for backwards compatibility) [#90]
19+
* Rename `data_centre` to `data_centre` (with aliases for backwards compatibility) [#90]
1620

1721
## [0.37.0]
1822

19-
* Add `revoke_by_token` and `revoke_by_sub` to the Client [#86]
23+
* Add `revoke_by_token` and `revoke_by_sub` to the Client [#86]
2024

2125
## [0.36.1]
2226

@@ -197,6 +201,7 @@
197201
[0.37.2]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.2
198202
[0.37.3]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.3
199203
[0.37.4]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.4
204+
[0.37.5]: https://github.com/cronofy/cronofy-ruby/releases/tag/v0.37.5
200205

201206
[#13]: https://github.com/cronofy/cronofy-ruby/pull/13
202207
[#16]: https://github.com/cronofy/cronofy-ruby/pull/16
@@ -243,3 +248,4 @@
243248
[#91]: https://github.com/cronofy/cronofy-ruby/pull/91
244249
[#95]: https://github.com/cronofy/cronofy-ruby/pull/95
245250
[#97]: https://github.com/cronofy/cronofy-ruby/pull/97
251+
[#99]: https://github.com/cronofy/cronofy-ruby/pull/99

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

0 commit comments

Comments
 (0)