diff --git a/CHANGES b/CHANGES index cafc31e6..74345374 100644 --- a/CHANGES +++ b/CHANGES @@ -10,7 +10,7 @@ Deprecations: Mark Miller in a style where TitleCase is reserved for constructors. -Next minor release: +0.2.6 - Thenables (objects with a "then" method) are accepted and provided, bringing this implementation of Q into conformance with Promises/A, B, and D. diff --git a/package.json b/package.json index a751b2d8..41ec4d88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "q", "description": "defer/when-style promises (CommonJS/Promises/A,B,D)", - "version": "0.2.5", + "version": "0.2.6", "homepage": "http://github.com/kriskowal/q/", "author": "Kris Kowal (http://github.com/kriskowal/)", "contributors": [