diff --git a/CHANGELOG.md b/CHANGELOG.md index 240b905c1..fbb0fba8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.53.0](https://github.com/kumagallium/Graphium/compare/v0.52.0...v0.53.0) - 2026-09-03 + +- [feat] Show and filter shared notes by the folder they were shared from by @kumagallium in https://github.com/kumagallium/Graphium/pull/831 + ## [v0.52.0](https://github.com/kumagallium/Graphium/compare/v0.51.2...v0.52.0) - 2026-09-03 - [feat] Show the shared library as a table with search, sort, and filters by @kumagallium in https://github.com/kumagallium/Graphium/pull/825 diff --git a/package.json b/package.json index 96be57f20..54235ec2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphium", "private": true, - "version": "0.52.0", + "version": "0.53.0", "description": "Block-based note editor with PROV-DM provenance tracking — built on BlockNote.js", "type": "module", "license": "Apache-2.0", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d3aa1826c..9c75e1dad 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/nicedoc/tauri/refs/heads/dev/crates/tauri-config-schema/schema.json", "productName": "Graphium", - "version": "0.52.0", + "version": "0.53.0", "identifier": "com.graphium.app", "build": { "frontendDist": "../dist",