diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cf173..d1f19c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.1] - 2026-06-01 + +### Changed + +- Release 0.1.1 + ## [0.1.0] - 2026-05-19 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6942274..25141c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-llamaindex" -version = "0.1.0" +version = "0.1.1" description = "LlamaIndex tools for Hotdata runtime" readme = "README.md" requires-python = ">=3.10"