diff --git a/CHANGELOG.md b/CHANGELOG.md index e55c9bbf..7b857a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.4.1 (2025-02-17) + +### Bug Fixes + +- Fix alemic config + ([`71de8ac`](https://github.com/basicmachines-co/basic-memory/commit/71de8acfd0902fc60f27deb3638236a3875787ab)) + + ## v0.4.0 (2025-02-16) ### Features diff --git a/pyproject.toml b/pyproject.toml index 686daacd..e2700884 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.4.0" +version = "0.4.1" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1" diff --git a/src/basic_memory/__init__.py b/src/basic_memory/__init__.py index 1b9d5d8e..895c2883 100644 --- a/src/basic_memory/__init__.py +++ b/src/basic_memory/__init__.py @@ -1,3 +1,3 @@ """basic-memory - Local-first knowledge management combining Zettelkasten with knowledge graphs""" -__version__ = "0.4.0" +__version__ = "0.4.1"