diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bec7938..d69e1f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # CHANGELOG +## v0.2.9 (2025-02-14) + + ## v0.2.8 (2025-02-14) +### Bug Fixes + +- Fix installer on ci, maybe + ([`edbc04b`](https://github.com/basicmachines-co/basic-memory/commit/edbc04be601d234bb1f5eb3ba24d6ad55244b031)) + ## v0.2.7 (2025-02-14) diff --git a/pyproject.toml b/pyproject.toml index 3015b400..8b4f6b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.8" +version = "0.2.9" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"