We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86efd81 commit 3a99ad6Copy full SHA for 3a99ad6
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Releases
2
3
+## v1.16.0 (Sep 6, 2021)
4
+
5
+### Enhancements
6
7
+- Add Table View for a trace ([@vvvprabhakar](https://github.com/vvvprabhakar) in [#781](https://github.com/jaegertracing/jaeger-ui/pull/781))
8
9
+### Fixes
10
11
+- Fix trace detail page's back button disappeared ((@shwin0901)[https://github.com/shwin0901] in [#805](https://github.com/jaegertracing/jaeger-ui/pull/805))
12
+- Various dependency upgrades by `dependabot`
13
14
## v1.15.0 (Aug 4, 2021)
15
16
### Fixes
packages/jaeger-ui/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
- "version": "1.15.0",
+ "version": "1.16.0",
"main": "src/index.js",
"license": "Apache-2.0",
"homepage": ".",
0 commit comments