Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Jan 5, 2020
1 parent 719da67 commit 1d1bcc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# SwissPayment Changelog

## 0.7.0 (2019-01-05)

* Support creation of IIDs from Lichtenstein IBANs.
* Drop support for PHP 5.4 and 5.5.

## 0.6.0 (2018-03-25)

* Enforce stricter validation of inputs.
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.6.0';
return '0.7.0';
}

/**
Expand Down

0 comments on commit 1d1bcc5

Please sign in to comment.