Skip to content
This repository was archived by the owner on Nov 7, 2021. It is now read-only.

Commit 6695a7a

Browse files
committed
Release v0.5.0
1 parent ae1adae commit 6695a7a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# SwissPayment Changelog
22

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

55
* Added support for transaction purposes.
6+
* Improved validation of postal account numbers.
67

78
## 0.4.1 (2016-08-31)
89

Diff for: src/Z38/SwissPayment/Message/AbstractMessage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function getSoftwareName()
7272
*/
7373
public function getSoftwareVersion()
7474
{
75-
return '0.4.1';
75+
return '0.5.0';
7676
}
7777

7878
/**

0 commit comments

Comments
 (0)