Skip to content

Commit 29dc654

Browse files
committed
build: prepare 2026.3.11 release
1 parent c65390c commit 29dc654

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Docs: https://docs.openclaw.ai
44

55
## Unreleased
66

7+
### Changes
8+
9+
### Fixes
10+
11+
## 2026.3.11
12+
713
### Security
814

915
- Gateway/WebSocket: enforce browser origin validation for all browser-originated connections regardless of whether proxy headers are present, closing a cross-site WebSocket hijacking path in `trusted-proxy` mode that could grant untrusted origins `operator.admin` access. (GHSA-5wcw-8jjv-m286)

apps/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
minSdk = 31
6565
targetSdk = 36
6666
versionCode = 202603110
67-
versionName = "2026.3.11-beta.1"
67+
versionName = "2026.3.11"
6868
ndk {
6969
// Support all major ABIs — native libs are tiny (~47 KB per ABI)
7070
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

apps/macos/Sources/OpenClaw/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2026.3.11-beta.1</string>
18+
<string>2026.3.11</string>
1919
<key>CFBundleVersion</key>
2020
<string>202603110</string>
2121
<key>CFBundleIconFile</key>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openclaw",
3-
"version": "2026.3.11-beta.1",
3+
"version": "2026.3.11",
44
"description": "Multi-channel AI gateway with extensible messaging integrations",
55
"keywords": [],
66
"homepage": "https://github.com/openclaw/openclaw#readme",

0 commit comments

Comments
 (0)