diff --git a/composer.json b/composer.json index 38239bf..107150f 100644 --- a/composer.json +++ b/composer.json @@ -2,9 +2,9 @@ "name": "phlask/phlask", "type": "library", "homepage": "http://github.com/nicktacular/phlask", - "time": "2014-03-27 22:26:15", + "time": "2014-03-31 19:04:40", "license": "MIT", - "version": "0.2.1-alpha", + "version": "0.2.2", "description": "PHP parallel task management.", "authors": [ { diff --git a/release-notes.md b/release-notes.md index 3913dc4..7a7ba88 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,8 @@ # Release notes +## Version 0.2.2-alpha + - Improved the `MongoQueue` adapter with ability to specify the actual model in the interfaces found in `phlask\TaskQueue\Mongo` namespace. + ## Version 0.2.1-alpha This is an API breaking release.