diff --git a/CHANGELOG.md b/CHANGELOG.md index f099794..64d9c68 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] +## [1.24.0] - 2026-03-30 + ### Added - Added missing fields to the `Volume` class: `pseudo_path`, `mount_command`, `create_directory_command`, `filesystem_to_fstab_command`, `instances`, `contract`, `base_hourly_cost`, `monthly_price`, `currency`, `long_term` diff --git a/pyproject.toml b/pyproject.toml index 923b9d0..4005857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "verda" -version = "1.23.1" +version = "1.24.0" description = "Official Python SDK for Verda (formerly DataCrunch) Public API" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index a7b26b1..dc6869a 100644 --- a/uv.lock +++ b/uv.lock @@ -509,7 +509,7 @@ wheels = [ [[package]] name = "verda" -version = "1.23.0" +version = "1.24.0" source = { editable = "." } dependencies = [ { name = "dataclasses-json" },