Skip to content

Commit e6b556c

Browse files
dominiciampogo
authored andcommitted
sdk/node: increment version to 2.0.1
Closes #3540 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Tue May 1 12:19:47 2018 -0700 upstream:f589047f510bc87fd28d74d52e1c7407e6785c1a
1 parent 2a40d5a commit e6b556c

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Sequence Node SDK changelog
22

3+
## 2.0.1 (20180501)
4+
5+
* Generate unique request IDs in the client for easier debugging support
6+
* Restore the ability to set a custom HTTPS agent for specific network
7+
configuration.
8+
39
## 2.0.0 (20180418)
410

511
* Enabled `keepAlive` on the HTTP agent.
612
* Added copy of Apache 2.0 license to source.
7-
* Added `User-Agent` header when in a Node program,
8-
is `sequence-sdk-node/#{VERSION}`.
13+
* Added `User-Agent` header when in a Node program, is
14+
`sequence-sdk-node/#{VERSION}`.
915

1016
## 2.0.0-rc.2 (20180416)
1117

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To install, add the `sequence-sdk` NPM module to your `package.json`:
1313
```json
1414
{
1515
"dependencies": {
16-
"sequence-sdk": "~2.0.0"
16+
"sequence-sdk": "~2.0.1"
1717
}
1818
}
1919
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequence-sdk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "SDK for Sequence",
55
"homepage": "https://github.com/sequence/sequence-sdk-node",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)