diff --git a/CHANGELOG.md b/CHANGELOG.md index f181eac9e6..11fb90efff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,18 @@ Run `make changelog` to generate content. +## v1.39.0 (2024-03-04) + +#### ✨ New Features: + +* Support uploading traces in opentelemetry format (otlp json) ([@NavinShrinivas](https://github.com/NavinShrinivas) in [#2145](https://github.com/jaegertracing/jaeger-ui/pull/2145)) + +#### 🐞 Bug fixes, Minor Improvements: + +* Gracefully handle spans without logs field ([@MaXal](https://github.com/MaXal) in [#2191](https://github.com/jaegertracing/jaeger-ui/pull/2191)) +* Prevent keyvaluetable copy column from wrapping ([@bobrik](https://github.com/bobrik) in [#2181](https://github.com/jaegertracing/jaeger-ui/pull/2181)) +* Use json for table values only for objects ([@bobrik](https://github.com/bobrik) in [#2168](https://github.com/jaegertracing/jaeger-ui/pull/2168)) + ## v1.38.0 (2024-02-06) #### ✨ New Features: diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index 5aed1a1c5d..2b59634e47 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "jaeger-ui", - "version": "1.38.0", + "version": "1.39.0", "main": "src/index.tsx", "license": "Apache-2.0", "homepage": ".",