diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f4f51b2..c132a937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to the "vscode-java-test" extension will be documented in th
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## 0.22.1
+### Added
+- Show running status in the Test Explorer during the execution. [#790](https://github.com/microsoft/vscode-java-test/issues/790)
+
+### Fixed
+- [Bugs fixed](https://github.com/microsoft/vscode-java-test/issues?q=is%3Aissue+is%3Aclosed+label%3Abug+milestone%3A0.22.1)
+
## 0.22.0
### Added
- Show test status on test method nodes in Test Explorer. [#890](https://github.com/microsoft/vscode-java-test/pull/890)
diff --git a/demo/demo.gif b/demo/demo.gif
index e353c601..fb8b60e5 100644
Binary files a/demo/demo.gif and b/demo/demo.gif differ
diff --git a/demo/report_navigate.png b/demo/report_navigate.png
index a0440cf0..55215377 100644
Binary files a/demo/report_navigate.png and b/demo/report_navigate.png differ
diff --git a/demo/run_codelens.png b/demo/run_codelens.png
index 95215d8d..dcce6ca0 100644
Binary files a/demo/run_codelens.png and b/demo/run_codelens.png differ
diff --git a/demo/run_explorer.png b/demo/run_explorer.png
index b5666a1f..d44d9a71 100644
Binary files a/demo/run_explorer.png and b/demo/run_explorer.png differ
diff --git a/java-extension/build-tools/pom.xml b/java-extension/build-tools/pom.xml
index c166cce3..696e9d77 100644
--- a/java-extension/build-tools/pom.xml
+++ b/java-extension/build-tools/pom.xml
@@ -7,7 +7,7 @@
com.microsoft.java.test
parent
- 0.22.0
+ 0.22.1
com.microsoft.java.test
test-runner-build-tools
diff --git a/java-extension/com.microsoft.java.test.plugin.site/category.xml b/java-extension/com.microsoft.java.test.plugin.site/category.xml
index b41b2d6e..2e51715a 100644
--- a/java-extension/com.microsoft.java.test.plugin.site/category.xml
+++ b/java-extension/com.microsoft.java.test.plugin.site/category.xml
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/java-extension/com.microsoft.java.test.plugin.site/pom.xml b/java-extension/com.microsoft.java.test.plugin.site/pom.xml
index 6b14227a..dd51fc63 100644
--- a/java-extension/com.microsoft.java.test.plugin.site/pom.xml
+++ b/java-extension/com.microsoft.java.test.plugin.site/pom.xml
@@ -4,7 +4,7 @@
parent
com.microsoft.java.test
- 0.22.0
+ 0.22.1
com.microsoft.java.test.plugin.site
eclipse-repository
diff --git a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF
index aa0f29a4..f411d5cd 100644
--- a/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF
+++ b/java-extension/com.microsoft.java.test.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.microsoft.java.test.plugin
Bundle-SymbolicName: com.microsoft.java.test.plugin;singleton:=true
-Bundle-Version: 0.22.0
+Bundle-Version: 0.22.1
Bundle-Activator: com.microsoft.java.test.plugin.util.JUnitPlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.jdt.core,
diff --git a/java-extension/com.microsoft.java.test.plugin/pom.xml b/java-extension/com.microsoft.java.test.plugin/pom.xml
index 6ba6bed4..7954ad6f 100644
--- a/java-extension/com.microsoft.java.test.plugin/pom.xml
+++ b/java-extension/com.microsoft.java.test.plugin/pom.xml
@@ -5,7 +5,7 @@
com.microsoft.java.test
parent
- 0.22.0
+ 0.22.1
com.microsoft.java.test.plugin
eclipse-plugin
diff --git a/java-extension/com.microsoft.java.test.runner/pom.xml b/java-extension/com.microsoft.java.test.runner/pom.xml
index 023ebe02..e933021f 100644
--- a/java-extension/com.microsoft.java.test.runner/pom.xml
+++ b/java-extension/com.microsoft.java.test.runner/pom.xml
@@ -4,7 +4,7 @@
com.microsoft.java.test
parent
- 0.22.0
+ 0.22.1
com.microsoft.java.test.runner
jar
diff --git a/java-extension/pom.xml b/java-extension/pom.xml
index c626c920..11969f7a 100644
--- a/java-extension/pom.xml
+++ b/java-extension/pom.xml
@@ -4,7 +4,7 @@
com.microsoft.java.test
parent
${base.name} :: Parent
- 0.22.0
+ 0.22.1
pom
Java Test Runner
diff --git a/package-lock.json b/package-lock.json
index 575cb3cb..3616838b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "vscode-java-test",
- "version": "0.22.0",
+ "version": "0.22.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 13c323ee..385b87a5 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"repository": {
"url": "https://github.com/Microsoft/vscode-java-test"
},
- "version": "0.22.0",
+ "version": "0.22.1",
"publisher": "vscjava",
"bugs": {
"url": "https://github.com/Microsoft/vscode-java-test/issues"
@@ -46,7 +46,7 @@
"main": "./main.js",
"contributes": {
"javaExtensions": [
- "./server/com.microsoft.java.test.plugin-0.22.0.jar",
+ "./server/com.microsoft.java.test.plugin-0.22.1.jar",
"./server/org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar",
"./server/org.eclipse.jdt.junit5.runtime_1.0.500.v20190510-0840.jar",
"./server/org.junit.jupiter.api_5.4.0.v20190212-2109.jar",