Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Mar 25, 2018
1 parent 317655d commit b8e0a3c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# SwissPayment Changelog

## 0.6.0 (2018-03-25)

* Enforce stricter validation of inputs.
* Escape all inputs.
* Added support for sanitization of user inputs.
* Added support for 19 new currencies.
* Set charge bearer of SEPA payments.

## 0.5.0 (2017-03-07)

* Added support for transaction purposes.
Expand Down
2 changes: 1 addition & 1 deletion src/Z38/SwissPayment/Message/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getSoftwareName()
*/
public function getSoftwareVersion()
{
return '0.5.0';
return '0.6.0';
}

/**
Expand Down

0 comments on commit b8e0a3c

Please sign in to comment.