Skip to content

Commit 527c777

Browse files
JustinBeckwithjkwlui
authored andcommitted
Release v0.4.0 (#148)
1 parent 5c1cda5 commit 527c777

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/google-cloud-redis/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
[1]: https://www.npmjs.com/package/nodejs-redis?activeTab=versions
66

7+
## v0.4.0
8+
9+
04-05-2019 08:45 PDT
10+
11+
### New Features
12+
- feat: add support for instance failover ([#147](https://github.com/googleapis/nodejs-redis/pull/147))
13+
14+
### Bug Fixes
15+
- fix: include 'x-goog-request-params' header in requests ([#146](https://github.com/googleapis/nodejs-redis/pull/146))
16+
717
## v0.3.0
818

919
03-22-2019 10:30 PDT

packages/google-cloud-redis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/redis",
33
"description": "Google Cloud Memorystore for Redis API client for Node.js",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-redis/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "mocha system-test"
1212
},
1313
"dependencies": {
14-
"@google-cloud/redis": "^0.3.0"
14+
"@google-cloud/redis": "^0.4.0"
1515
},
1616
"devDependencies": {
1717
"mocha": "^6.0.0"

0 commit comments

Comments
 (0)