Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
olance committed Nov 25, 2020
1 parent 8203a91 commit 25bf026
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,6 +1,12 @@
CHANGELOG
=========

v1.0.12
-------

* Fixes webhook signature computation (use url-safe base64 encoding)
* Updates Webhook type constant name

v1.0.11
-------

Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DependenciesError extends \Exception

class Client implements LoggerAwareInterface
{
const VERSION = '1.0.11';
const VERSION = '1.0.12';

const LIVE_API_URL = 'https://api.getalma.eu';
const SANDBOX_API_URL = 'https://api.sandbox.getalma.eu';
Expand Down

0 comments on commit 25bf026

Please sign in to comment.