diff --git a/CHANGELOG.md b/CHANGELOG.md index e292f764..ecd6c36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.17 (2025-02-14) + +### Bug Fixes + +- Fix app zip in installer release + ([`8fa197e`](https://github.com/basicmachines-co/basic-memory/commit/8fa197e2ec8a1b6caaf6dbb39c3c6626bba23e2e)) + + ## v0.2.16 (2025-02-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 9535bbcb..be613edf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.16" +version = "0.2.17" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"