Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Apr 2, 2014
1 parent 779678b commit b0de2b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.8.0 (2014-04-02)

* [klarna][doc] add a klarna purchase example doc
* [security] add functional test for TokenFactory.
* [security] extend TokenFactory from GenericTokenFactory.

## 0.7.3 (2014-01-20)

* fix composer requires payum/core 0.8.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"require": {
"php": ">=5.3.2",
"payum/core": "0.8.*@dev",
"payum/core": "0.8.*",
"symfony/framework-bundle": "~2.0",
"twig/twig": "*"
},
Expand Down

0 comments on commit b0de2b2

Please sign in to comment.