We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe28e2 commit 5dffb36Copy full SHA for 5dffb36
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
### Fixes
8
9
+## v1.20.0 (Jan 11, 2022)
10
+
11
+### Fixes
12
13
+- Respect BASE_URL in Trace Tabular View ([@caizixian](https://github.com/caizixian) in [#861](https://github.com/jaegertracing/jaeger-ui/pull/861))
14
15
## v1.19.0 (Dec 1, 2021)
16
17
### Enhancements
packages/jaeger-ui/package.json
@@ -1,7 +1,7 @@
1
{
2
"private": true,
3
"name": "jaeger-ui",
4
- "version": "1.19.0",
+ "version": "1.20.0",
5
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
0 commit comments