Skip to content

Commit

Permalink
Update changelog file to reflect latest changes and bumpver to 1.3.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 authored and trentm committed Nov 5, 2019
1 parent a438c3f commit dee0ee7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

0 comments on commit dee0ee7

Please sign in to comment.