Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Jul 24, 2023
1 parent 12c1507 commit 4be744c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.1.1...v1.2.0) (2023-07-24)


### Bug Fixes

* **docker:** use USER 1000 ([e814d7e](https://github.com/edosrecki/google-cloud-redis-cli/commit/e814d7e90fb2f14bc6da3c161b9652ba4e3706c3))


### Features

* notify user if old configuration version ([12c1507](https://github.com/edosrecki/google-cloud-redis-cli/commit/12c15078f52fd0d9d280fe4d468cd4c504332adb))
* print Redis AUTH string when connecting ([0fc7a2f](https://github.com/edosrecki/google-cloud-redis-cli/commit/0fc7a2fa37bffc35d158506bb1b3ef9e8eb606ff))

## [1.1.1](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.1.0...v1.1.1) (2023-07-24)

# [1.1.0](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.0.0...v1.1.0) (2023-07-23)
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": "google-cloud-redis",
"version": "1.1.1",
"version": "1.2.0",
"description": "Connect to private Google Cloud Redis instance through stunnel proxy running in GKE cluster.",
"license": "UNLICENSED",
"author": "Dinko Osrecki <[email protected]>",
Expand Down

0 comments on commit 4be744c

Please sign in to comment.