diff --git a/CHANGELOG.md b/CHANGELOG.md index 8587bc8e..3dc88708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # CHANGELOG +## v0.2.7 (2025-02-14) + + ## v0.2.6 (2025-02-14) ### Bug Fixes @@ -8,6 +11,9 @@ - Bump project patch version ([`01d4672`](https://github.com/basicmachines-co/basic-memory/commit/01d46727b40c24b017ea9db4b741daef565ac73e)) +- Fix installer setup.py change ci to use make + ([`3e78fcc`](https://github.com/basicmachines-co/basic-memory/commit/3e78fcc2c208d83467fe7199be17174d7ffcad1a)) + ## v0.2.5 (2025-02-14) diff --git a/pyproject.toml b/pyproject.toml index c125fb98..70c614d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.6" +version = "0.2.7" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"