Skip to content

Commit

Permalink
bumping up app's version
Browse files Browse the repository at this point in the history
  • Loading branch information
Grajo committed Jul 2, 2021
1 parent 223bfe2 commit b7350e2
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.5.0]
* add support for `hmac_valid` which verifies a HMAC from a push notification using the client's secret.

## [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 +88,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 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": "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 b7350e2

Please sign in to comment.