diff --git a/CHANGELOG.md b/CHANGELOG.md index b82fa761..5e6a0cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.1 (2025-02-14) + +### Bug Fixes + +- Trigger installer build on release + ([`f11bf78`](https://github.com/basicmachines-co/basic-memory/commit/f11bf78f3f600d0e1b01996cf8e1f9c39e3dd218)) + + ## v0.2.0 (2025-02-14) ### Features diff --git a/pyproject.toml b/pyproject.toml index 902b2a3e..69d1de33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.0" +version = "0.2.1" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"