Skip to content

Commit

Permalink
Update change log and align dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Miertsch committed May 10, 2015
1 parent 293ad25 commit d645739
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [0.2.0] - 2015-05-10
### Added
- Flowchart UI for easier process management
- New API and a process management Model
Expand All @@ -19,5 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- First development version of the module
- Runs already in production!

[unreleased]: https://github.com/prooph/link-process-manager/compare/v0.1.1...HEAD
[unreleased]: https://github.com/prooph/link-process-manager/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/prooph/link-process-manager/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/prooph/link-process-manager/compare/v0.1...v0.1.1
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
],
"require": {
"php": ">=5.5",
"prooph/link-app-core" : "dev-master",
"prooph/link-monitor" : "dev-master",
"prooph/link-processor-proxy" : "dev-master",
"prooph/link-app-core" : "~0.3",
"prooph/link-monitor" : "~0.2",
"prooph/link-processor-proxy" : "~0.2",
"codeliner/array-reader" : "~1.1"
},
"require-dev": {
Expand Down

0 comments on commit d645739

Please sign in to comment.