From dd9ddfd8f106f4a4583d130404a5888a6b6f5226 Mon Sep 17 00:00:00 2001 From: mwjames Date: Sat, 13 Jun 2015 14:00:29 +0200 Subject: [PATCH] 1.1 release --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 839989b..c12ce43 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ the dependency to your [composer.json][composer]. ```json { "require": { - "onoi/blob-store": "~1.0" + "onoi/blob-store": "~1.1" } } ``` @@ -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