Skip to content

Commit

Permalink
Upversion to 0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Mar 8, 2021
1 parent fa9af3d commit 7a0914c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Release

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log
All notable changes to Kafka extension will be documented in this file.
## [0.11.0] - TBD
## [0.11.0] - 2021-03-08
### Added
- Newly created topic or cluster is automatically selected in the Kafka Explorer. See [#61](https://github.com/jlandersen/vscode-kafka/issues/61).
- Click on empty Kafka explorer to add a new cluster. See [#87](https//github.com/jlandersen/vscode-kafka/pull/87).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Kafka",
"description": "Interact with Kafka directly in VS Code",
"publisher": "jeppeandersen",
"version": "0.11.0",
"version": "0.11.1",
"engines": {
"vscode": "^1.37.0"
},
Expand Down

0 comments on commit 7a0914c

Please sign in to comment.