diff --git a/CHANGELOG.md b/CHANGELOG.md index b437229..eb4326a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## 0.1.0 (2026-02-17) + + +### Bug Fixes + +* tests ([d6b3759](https://github.com/apinator-io/sdk-python/commit/d6b3759290799ce8c072bf48a8673cf621ba78c9)) + ## [1.0.0](https://github.com/apinator-io/sdk-python/releases/tag/v1.0.0) (2026-02-17) ### Added diff --git a/pyproject.toml b/pyproject.toml index d9fb2c7..5a6c25e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "apinator-server" -version = "1.0.0" +version = "0.1.0" description = "Python server SDK for Apinator" readme = "README.md" requires-python = ">=3.10"