diff --git a/CHANGELOG.md b/CHANGELOG.md index beb6b67..014828a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/vana-com/personal-server/compare/v0.1.0...v0.1.1) (2024-05-24) + + +### Documentation + +* update README.md with latest run instructions ([#40](https://github.com/vana-com/personal-server/issues/40)) ([a79b3a1](https://github.com/vana-com/personal-server/commit/a79b3a137e2bef07df212f43938668ca7e233f24)) + ## 0.1.0 (2024-04-03) diff --git a/pyproject.toml b/pyproject.toml index 6982f57..52d9f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "selfie" -version = "0.1.0" +version = "0.1.1" description = "Data mixin for LLMs" authors = ["Vana "] readme = "README.md"