diff --git a/CHANGELOG.md b/CHANGELOG.md index da3fdea3..c2413fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # CHANGELOG +## v0.2.3 (2025-02-14) + + ## v0.2.2 (2025-02-14) +### Bug Fixes + +- Fix path to intaller app artifact + ([`53d220d`](https://github.com/basicmachines-co/basic-memory/commit/53d220df585561f9edd0d49a9e88f1d4055059cf)) + ## v0.2.1 (2025-02-14) diff --git a/pyproject.toml b/pyproject.toml index 48bf5b81..542dc2cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.2" +version = "0.2.3" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"