There was an error while loading. Please reload this page.
1 parent a8704e8 commit 38d0e3aCopy full SHA for 38d0e3a
2 files changed
CHANGELOG.md
@@ -1,6 +1,24 @@
1
# Changelog
2
3
-#### 1.1.2
+## 1.1.3
4
+
5
+##### Chores
6
7
+* Exceptions tab improvements (#535) (7cf574e6)
8
+* Update Grafana packages (#511) (b89ef3cb)
9
10
+##### New Features
11
12
+* Trace exploration improvements (#537) (a8704e8d)
13
+* Exceptions tab (#509) (c259a96f)
14
15
+##### Bug Fixes
16
17
+* Fix date formatting when rounded (#529) (3593aaa7)
18
+* Fix duplicate title and close button in drawer (#507) (6b4527be)
19
20
21
+## 1.1.2
22
23
##### Chores
24
package.json
@@ -1,6 +1,6 @@
{
"name": "exploretraces-app",
- "version": "1.1.2",
+ "version": "1.1.3",
"description": "Queryless exploration of trace data stored in Tempo",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
0 commit comments