Skip to content

Commit

Permalink
Prepare release v1.38.0 (#2161)
Browse files Browse the repository at this point in the history
Update the changelog and package.json version to prep for v1.38.0

Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott authored Feb 6, 2024
1 parent 348ca07 commit f5cd649
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.38.0 (2024-02-06)

#### ✨ New Features:

* [feature]: add zoom in/out controls to plexus graphs ([@Wise-Wizard](https://github.com/Wise-Wizard) in [#2072](https://github.com/jaegertracing/jaeger-ui/pull/2072))

#### 🐞 Bug fixes, Minor Improvements:

* Use import from /dist/ instead of symlink ([@zacanger](https://github.com/zacanger) in [#2135](https://github.com/jaegertracing/jaeger-ui/pull/2135))

## v1.37.0 (2024-01-08)

#### ✨ New Features:
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.37.0",
"version": "1.38.0",
"main": "src/index.tsx",
"license": "Apache-2.0",
"homepage": ".",
Expand Down

0 comments on commit f5cd649

Please sign in to comment.