diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1f850..262346b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.1] - 2023-08-23 ### Fixed - Generic error handling passes correct request and exception arguments diff --git a/pyproject.toml b/pyproject.toml index e45ef63..ac6a5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi-mlflow" -version = "0.6.0" +version = "0.6.1" description = "Deploy mlflow models as JSON APIs with minimal new code." authors = ["John Harrison "] readme = "README.md"