Skip to content

Commit fd21606

Browse files
authored
Preparing release v1.11.0 (#644)
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
1 parent e9aa698 commit fd21606

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v1.11.0 (September 28, 2020)
4+
5+
### Enhancements
6+
7+
- **Trace stats:** Improve styling of trace statistics selectors ([@rubenvp8510](https://github.com/rubenvp8510)) in [#639](https://github.com/jaegertracing/jaeger-ui/pull/639)
8+
9+
### Fixes
10+
11+
- **General:** Add coverage around existing TraceName component ([@tklever](https://github.com/tklever) in [#626](https://github.com/jaegertracing/jaeger-ui/pull/626))
12+
13+
- **Trace detail:** Fixes TraceTimelineViewer span details render regression ([@rubenvp8510](https://github.com/rubenvp8510)) in [#629](https://github.com/jaegertracing/jaeger-ui/pull/629)
14+
315
## v1.10.0 (August 25, 2020)
416

517
### Enhancements

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.10.0",
4+
"version": "1.11.0",
55
"main": "src/index.js",
66
"license": "Apache-2.0",
77
"homepage": ".",

0 commit comments

Comments
 (0)