Skip to content

Commit 0f877a5

Browse files
authored
Update version to 0.2.6 (#2133)
This PR changes version to 0.2.6 and updates changelog.md. Signed-off-by: Denis Golovin [email protected]
1 parent 7470ff4 commit 0f877a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.2.6 (May 10, 2021)
4+
5+
* [#2130](https://github.com/redhat-developer/vscode-openshift-tools/pull/2130) Fix typo in Welcome page
6+
* [#2131](https://github.com/redhat-developer/vscode-openshift-tools/pull/2131) Disable odo telemetry for commands executed from the extension
7+
38
## 0.2.5 (May 7, 2021)
49

510
* [#2119](https://github.com/redhat-developer/vscode-openshift-tools/issues/2119) svg icons stopped working after vscode update to VSCode v1.56.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-openshift-connector",
33
"displayName": "OpenShift Connector",
44
"description": "Simplified app dev for Kubernetes or Red Hat OpenShift",
5-
"version": "0.2.5",
5+
"version": "0.2.6",
66
"license": "MIT",
77
"publisher": "redhat",
88
"author": "Red Hat",

0 commit comments

Comments
 (0)