diff --git a/CHANGELOG.md b/CHANGELOG.md index 835a6e1..9b91ad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.6.2] - 2023-08-23 ### Fixed - Adapt to pydantic 2.x API changes - Assume naive datetimes to be UTC -## [0.6.1] - 2023-08-23 +## [0.6.1] - 2023-08-23 - YANKED! ### Fixed - Generic error handling passes correct request and exception arguments -## [0.6.0] - 2023-08-23 +## [0.6.0] - 2023-08-23 - YANKED! ### Changed - Return an asynchronous function from build_predictor - Use orjson to serialize responses from app returned by build_app diff --git a/pyproject.toml b/pyproject.toml index ac6a5f5..7403e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mlflow" -version = "0.6.1" +version = "0.6.2" description = "Deploy mlflow models as JSON APIs with minimal new code." authors = ["John Harrison "] readme = "README.md"