Skip to content

Commit 3a99ad6

Browse files
authored
Prepare release v1.16.0 (#809)
1 parent 86efd81 commit 3a99ad6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## v1.15.0 (Aug 4, 2021)
415

516
### Fixes

packages/jaeger-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "jaeger-ui",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"main": "src/index.js",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)