Skip to content

Commit

Permalink
Update to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ColBeanz committed May 15, 2023
1 parent cdde13b commit a8ad4ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [1.7.2]
* Adds support for bulk event deletion with bulkDeleteEvents method

## [1.7.1]
* Fixes hmacValid function not outputting raw binary data

Expand Down Expand Up @@ -115,6 +118,7 @@
[1.6.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.6.0
[1.7.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.7.0
[1.7.1]: https://github.com/cronofy/cronofy-php/releases/tag/v1.7.1
[1.7.2]: https://github.com/cronofy/cronofy-php/releases/tag/v1.7.2

[#32]: https://github.com/cronofy/cronofy-php/pull/76
[#33]: https://github.com/cronofy/cronofy-php/pull/74
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cronofy/cronofy",
"description": "SDK for Cronofy - the Scheduling Platform for Business",
"version": "v1.7.1",
"version": "v1.7.2",
"require": {
"php": ">=7.1"
},
Expand Down

0 comments on commit a8ad4ba

Please sign in to comment.