Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stianeikeland committed Jul 23, 2015
1 parent 56dbb41 commit 7309712
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ $ npm install node-etcd@3.0.2

## Changes

- 4.1.0
- Bumps request[https://github.com/request/request] library version to
v2.60.0, this solves an issue with HTTP proxies. `HTTP_PROXY` and `NO_PROXY`
env variables should now work as expected for all requests. See issue #40
- 4.0.2
- 307 redirects from etcd 0.4.x clusters when using SSL didn't work properly
because of a change in the underlying request library. See issue #39
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-etcd",
"version": "4.0.2",
"version": "4.1.0",
"description": "etcd library for node.js (etcd v2 api)",
"licenses": [
{
Expand Down

0 comments on commit 7309712

Please sign in to comment.