diff --git a/CHANGELOG.md b/CHANGELOG.md index 193b4964..7320889e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.2.12 (2025-02-14) + +### Bug Fixes + +- Fix cx_freeze options for installer + ([`854cf83`](https://github.com/basicmachines-co/basic-memory/commit/854cf8302e2f83578030db05e29b8bdc4348795a)) + + ## v0.2.11 (2025-02-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 1b8b58fe..26b28e3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.2.11" +version = "0.2.12" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"