Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z38 committed Mar 7, 2017
1 parent ae1adae commit 6695a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SwissPayment Changelog

## 0.X.X (2017-XX-XX)
## 0.5.0 (2017-03-07)

* Added support for transaction purposes.
* Improved validation of postal account numbers.

## 0.4.1 (2016-08-31)

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 @@ -72,7 +72,7 @@ public function getSoftwareName()
*/
public function getSoftwareVersion()
{
return '0.4.1';
return '0.5.0';
}

/**
Expand Down

0 comments on commit 6695a7a

Please sign in to comment.