Skip to content

Commit 7947523

Browse files
committed
chore: bump version to 0.8.0
1 parent 74d4ef7 commit 7947523

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.8.0] - 2026-04-05
44

55
### Added
66
- **Unified page headers with search & filter**: New shared `PageHeader` and `FilterBar` components provide consistent search/filter UI across Data Tables, Memory, Credentials, and Inbox pages

agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openhelm/agent",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"private": true,
55
"license": "BUSL-1.1",
66
"type": "module",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenHelm",
4-
"version": "0.7.1",
4+
"version": "0.8.0",
55
"identifier": "com.maxbeech.openhelm",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)