diff --git a/CHANGES b/CHANGES index 127d4597..2621f4f3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ # vim:ts=4:sts=4:sw=4:et:tw=60 -Next +0.4.4 - ``end`` no longer returns a promise. It is the end of the promise chain. - Stopped reporting thrown exceptions in ``when`` callbacks diff --git a/package.json b/package.json index e5639be0..4c8a6649 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "q", "description": "A library for promises (CommonJS/Promises/A,B,D)", - "version": "0.4.3", + "version": "0.4.4", "homepage": "http://github.com/kriskowal/q/", "author": "Kris Kowal (http://github.com/kriskowal/)", "contributors": [