diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d55e9..170f5c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.2.0 November 25, 2015 + +Requires Node 6.x or later, due to changes to the `Buffer` class. + +Unzip Remote Images If Content-Encoding is "gzip" #37 (philipheinser) + +Support iBeacons #43 (fabianfett) + +Add extra fields for companion app info #55 (thedumbterminal) + +Listen for finish event on fs #56 (arturojain) + +Follow redirects for HTTPS and HTTP requests #57 (augustorsouza) + +Properly parse output of openssl on Windows #64 (akadko) + +Use the target of the pipe method also as its return value #67 (atd-schubert) + + ## 2.1.1 April 16, 2015 Update package.json with async dependency (tomasdev) diff --git a/package.json b/package.json index 988a472..d88032f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "passbook", "description": "iOS Passbook for the Node hacker", "homepage": "https://github.com/assaf/node-passbook", - "version": "2.1.2", + "version": "2.2.0", "author": { "name": "Assaf Arkin", "email": "assaf@labnotes.org"