Skip to content

Commit

Permalink
Prepare release v1.58.0 (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Jun 11, 2024
1 parent 73f7b35 commit 560c749
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Run `make changelog` to generate content.

</details>

## 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.
Expand Down
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
@@ -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": ".",
Expand Down

0 comments on commit 560c749

Please sign in to comment.