Skip to content

Commit 8078ba6

Browse files
chore: release v0.41.1 [skip ci]
Signed-off-by: databricks-appkit[bot] <databricks-appkit[bot]@users.noreply.github.com>
1 parent 9d94cab commit 8078ba6

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ All notable changes to this project will be documented in this file.
5858

5959
# Changelog
6060

61+
# Changelog
62+
63+
## [0.41.1](https://github.com/databricks/appkit/compare/v0.41.0...v0.41.1) (2026-06-09)
64+
65+
### appkit
66+
67+
* **appkit:** trim x-forwarded-user in core OBO path ([#427](https://github.com/databricks/appkit/issues/427)) ([9d94cab](https://github.com/databricks/appkit/commit/9d94cab656111aeec82ff32d08b4dc2b7150cccf))
68+
69+
6170
## [0.41.0](https://github.com/databricks/appkit/compare/v0.40.0...v0.41.0) (2026-06-09)
6271

6372
### shared

packages/appkit-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit-ui",
33
"type": "module",
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/appkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@databricks/appkit",
33
"type": "module",
4-
"version": "0.41.0",
4+
"version": "0.41.1",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)