From 6077bd370093fcb719e26d5b31ccc27d34bf3964 Mon Sep 17 00:00:00 2001 From: Shefeek Jinnah Date: Mon, 20 Jul 2026 10:50:50 +0530 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d77f6..dba6d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2026-07-20 + ### Changed - feat(loads): add key parameter to load requests diff --git a/pyproject.toml b/pyproject.toml index 7207b27..a659c95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hotdata" -version = "0.7.0" +version = "0.8.0" description = "Hotdata API" authors = [ {name = "Hotdata",email = "developers@hotdata.dev"},