File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 11module Cronofy
2- VERSION = "0.37.4 " . freeze
2+ VERSION = "0.37.5 " . freeze
33end
You can’t perform that action at this time.
0 commit comments