Skip to content

Commit e197d1c

Browse files
authored
Prepare release v1.27.0 (#988)
1 parent bbe7b3f commit e197d1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
### Fixes
88

9+
## v1.27.0 (2022-09-15)
10+
11+
### Enhancements
12+
13+
- Flamegraph visualisation works with sub-second units ([@pavelpashkovsky](https://github.com/pavelpashkovsky) in [#986](https://github.com/jaegertracing/jaeger-ui/pull/986))
14+
- Add trace visualization as a FlameGraph ([@pavelpashkovsky](https://github.com/pavelpashkovsky) in [#976](https://github.com/jaegertracing/jaeger-ui/pull/976))
15+
916
## v1.26.0 (2022-08-03)
1017

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

0 commit comments

Comments
 (0)