From dee0ee7903ab9e1236a8859d59dd169d9e2d15ce Mon Sep 17 00:00:00 2001 From: Dave Eddy Date: Tue, 5 Nov 2019 17:48:08 -0500 Subject: [PATCH] Update changelog file to reflect latest changes and bumpver to 1.3.1 (#91) --- CHANGES.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6f69444..10d9947 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,24 @@ # node-http-signature changelog +## Not Yet Released + +## 1.3.1 + +- Fix node 0.10 usage (#90) + +## 1.3.0 + +**Known issue:** This release broken http-signature with node 0.10. + +- Bump dependency `sshpk` +- Add `Signature` header support (#83) + +## 1.2.0 + +- Bump dependency `assert-plus` +- Add ability to pass a custom header name +- Replaced dependency `node-uuid` with `uuid` + ## 1.1.1 - Version of dependency `assert-plus` updated: old version was missing diff --git a/package.json b/package.json index 6f3cf05..14e5bfb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "http-signature", "description": "Reference implementation of Joyent's HTTP Signature scheme.", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "author": "Joyent, Inc", "contributors": [