diff --git a/CHANGELOG.md b/CHANGELOG.md index c9452a5480..d3a5886cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Run `make changelog` to generate content. +## v1.62.0 (2024-10-06) + +#### 🐞 Bug fixes, Minor Improvements + +* Support uploads of .jsonl files ([@Saumya40-codes](https://github.com/Saumya40-codes) in [#2461](https://github.com/jaegertracing/jaeger-ui/pull/2461)) + ## v1.61.0 (2024-09-14) Dependencies updates only. diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json index b8fd4de326..f2645aa698 100644 --- a/packages/jaeger-ui/package.json +++ b/packages/jaeger-ui/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "jaeger-ui", - "version": "1.61.0", + "version": "1.62.0", "main": "src/index.tsx", "license": "Apache-2.0", "homepage": ".",