From 560c749b481f8244bf76b0afe001174fa9ce11f5 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Tue, 11 Jun 2024 16:39:14 +0200
Subject: [PATCH] Prepare release v1.58.0 (#2331)
---
CHANGELOG.md | 10 ++++++++++
packages/jaeger-ui/package.json | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be8d365f1e..562c92b5fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,16 @@ Run `make changelog` to generate content.
+## v1.58.0 (2024-06-11)
+
+#### 🐞 Bug fixes, Minor Improvements
+
+* Document how to debug unit tests in vscode ([@RISHIKESHk07](https://github.com/RISHIKESHk07) in [#2297](https://github.com/jaegertracing/jaeger-ui/pull/2297))
+
+#### 👷 CI Improvements
+
+* Github actions added to block prs from fork/main branch ([@varshith257](https://github.com/varshith257) in [#2296](https://github.com/jaegertracing/jaeger-ui/pull/2296))
+
## v1.57.0 (2024-05-01)
Note: the version has been bumped to be inline with the backend.
diff --git a/packages/jaeger-ui/package.json b/packages/jaeger-ui/package.json
index 2a7cfea5d5..2f246e11c9 100644
--- a/packages/jaeger-ui/package.json
+++ b/packages/jaeger-ui/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "jaeger-ui",
- "version": "1.57.0",
+ "version": "1.58.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",