Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2023-07-23)

### Bug Fixes

* **kubectl:** use correct context for pod ([5a54b27](5a54b27))

### Features

* create Kubernetes secret with certificate ([58a56d8](58a56d8))
  • Loading branch information
semantic-release-bot committed Jul 23, 2023
1 parent 58a56d8 commit d9d06d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.1.0](https://github.com/edosrecki/google-cloud-redis-cli/compare/v1.0.0...v1.1.0) (2023-07-23)


### Bug Fixes

* **kubectl:** use correct context for pod ([5a54b27](https://github.com/edosrecki/google-cloud-redis-cli/commit/5a54b27c78df21a5ebdc161757d4707aea549b75))


### Features

* create Kubernetes secret with certificate ([58a56d8](https://github.com/edosrecki/google-cloud-redis-cli/commit/58a56d863dc2d0aa80cf38a8ccb565586ee2757a))

# 1.0.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.0.0",
"version": "1.1.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 d9d06d4

Please sign in to comment.