Skip to content

Commit 4be744c

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2023-07-24) ### Bug Fixes * **docker:** use USER 1000 ([e814d7e](e814d7e)) ### Features * notify user if old configuration version ([12c1507](12c1507)) * print Redis AUTH string when connecting ([0fc7a2f](0fc7a2f))
1 parent 12c1507 commit 4be744c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.2.0](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.1.1...v1.2.0) (2023-07-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **docker:** use USER 1000 ([e814d7e](https://github.com/edosrecki/google-cloud-redis-cli/commit/e814d7e90fb2f14bc6da3c161b9652ba4e3706c3))
7+
8+
9+
### Features
10+
11+
* notify user if old configuration version ([12c1507](https://github.com/edosrecki/google-cloud-redis-cli/commit/12c15078f52fd0d9d280fe4d468cd4c504332adb))
12+
* print Redis AUTH string when connecting ([0fc7a2f](https://github.com/edosrecki/google-cloud-redis-cli/commit/0fc7a2fa37bffc35d158506bb1b3ef9e8eb606ff))
13+
114
## [1.1.1](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.1.0...v1.1.1) (2023-07-24)
215

316
# [1.1.0](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.0.0...v1.1.0) (2023-07-23)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-cloud-redis",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "Connect to private Google Cloud Redis instance through stunnel proxy running in GKE cluster.",
55
"license": "UNLICENSED",
66
"author": "Dinko Osrecki <[email protected]>",

0 commit comments

Comments
 (0)