diff --git a/changelog.md b/changelog.md index 63a29bc4b7..4248288ce7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,15 @@ Changelog ========= +## v0.7.2 - April 29, 2012 + +Many contributed fixes. Thank you, contributors. + +* [GH-190] - pub/sub mode fix (Brian Noguchi) +* [GH-165] - parser selection fix (TEHEK) +* numerous documentation and examples updates +* auth errors emit Errors instead of Strings (David Trejo) + ## v0.7.1 - November 15, 2011 Fix regression in reconnect logic. diff --git a/package.json b/package.json index d78cbaa5ff..2153627a17 100644 --- a/package.json +++ b/package.json @@ -5,22 +5,6 @@ "maintainers": [ "David Trejo (http://dtrejo.com/)" ], - "contributors": [ - "Rick Olson", - "Tim-Smart", - "TJ Holowaychuk", - "Orion Henry", - "Hank Sims", - "Aivo Paas", - "Paul Carey", - "Pieter Noordhuis", - "Andy Ray", - "Vladimir Dronnikov", - "Dave Hoover", - "David Trejo", - "Philip Tellis", - "Marcus Westin" - ], "main": "./index.js", "scripts": { "test": "node ./test.js"