diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e2307..e8efcd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## [0.2.5] - 2026-05-27 + +### Changed + +- Release 0.2.5 + ## [0.2.4] - 2026-05-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index e701e99..0f99f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.2.4" +version = "0.2.5" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"},