Skip to content

Commit

Permalink
1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjames committed Jun 13, 2015
1 parent 37040cd commit dd9ddfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the dependency to your [composer.json][composer].
```json
{
"require": {
"onoi/blob-store": "~1.0"
"onoi/blob-store": "~1.1"
}
}
```
Expand Down Expand Up @@ -96,6 +96,10 @@ The library provides unit tests that covers the core-functionality normally run

### Release notes

* 1.1.0 (2015-06-13)
- Removed tracking of internal ID list
- Added `Container::setExpiryInSeconds`

* 1.0.0 (2015-06-02)
- Initial release

Expand Down

0 comments on commit dd9ddfd

Please sign in to comment.