Skip to content

Commit b0de2b2

Browse files
committed
Release 0.8.0
1 parent 779678b commit b0de2b2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.0 (2014-04-02)
4+
5+
* [klarna][doc] add a klarna purchase example doc
6+
* [security] add functional test for TokenFactory.
7+
* [security] extend TokenFactory from GenericTokenFactory.
8+
39
## 0.7.3 (2014-01-20)
410

511
* fix composer requires payum/core 0.8.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"require": {
3535
"php": ">=5.3.2",
36-
"payum/core": "0.8.*@dev",
36+
"payum/core": "0.8.*",
3737
"symfony/framework-bundle": "~2.0",
3838
"twig/twig": "*"
3939
},

0 commit comments

Comments
 (0)