Skip to content

Commit

Permalink
Merge pull request cronofy#111 from cronofy/update-to-v1.5.0
Browse files Browse the repository at this point in the history
Preparing to 1.5.0
  • Loading branch information
Grajo authored Jul 2, 2021
2 parents 223bfe2 + 108d053 commit 86e7847
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.5.0]
* add support for PHP 8
* add `hmacValid` to verify a webhook call genuinely originated from Cronofy [#111]

## [1.4.0]
* add support for `recurrence` key on upsertEvent (this is currently pre-release and not generally available yet)

Expand Down Expand Up @@ -85,6 +89,7 @@
[1.2.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.2.0
[1.3.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.3.0
[1.4.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.4.0
[1.5.0]: https://github.com/cronofy/cronofy-php/releases/tag/v1.5.0

[#32]: https://github.com/cronofy/cronofy-php/pull/76
[#33]: https://github.com/cronofy/cronofy-php/pull/74
Expand All @@ -96,3 +101,4 @@
[#104]: https://github.com/cronofy/cronofy-php/pull/104
[#105]: https://github.com/cronofy/cronofy-php/pull/105
[#106]: https://github.com/cronofy/cronofy-php/pull/106
[#111]: https://github.com/cronofy/cronofy-php/pull/111
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": "PHP wrapper for Cronofy's unified calendar API",
"version": "v1.4.0",
"version": "v1.5.0",
"require": {
"php": ">=7.1"
},
Expand Down

0 comments on commit 86e7847

Please sign in to comment.