diff --git a/CHANGELOG.md b/CHANGELOG.md index a04794e6..b82fa761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # CHANGELOG +## v0.2.0 (2025-02-14) + +### Features + +- Build installer via github action ([#7](https://github.com/basicmachines-co/basic-memory/pull/7), + [`7c381a5`](https://github.com/basicmachines-co/basic-memory/commit/7c381a59c962053c78da096172e484f28ab47e96)) + +* feat(ci): build installer via github action + +* enforce conventional commits in PR titles + +* feat: add icon to installer + +--------- + +Co-authored-by: phernandez + + ## v0.1.2 (2025-02-14) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ba8098eb..902b2a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "basic-memory" -version = "0.1.2" +version = "0.2.0" description = "Local-first knowledge management combining Zettelkasten with knowledge graphs" readme = "README.md" requires-python = ">=3.12.1"