diff --git a/HISTORY.md b/HISTORY.md index cdcd62b..a57bf4b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +1.2.2 / 2021-02-04 +================== + * Fixed accept headers for non-json data + 1.2.1 / 2017-09-04 ================== * Fixed bug in image downloads (and any url different from `api.discogs.com`) diff --git a/package.json b/package.json index d0bff2e..62562b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "disconnect", - "description": "A full featured Discogs API v2.0 client library", - "version": "1.2.1", + "description": "A full-featured Discogs API v2.0 client library", + "version": "1.2.2", "keywords": ["discogs", "api", "client", "oauth"], "homepage": "https://github.com/bartve/disconnect", "bugs": "https://github.com/bartve/disconnect/issues",