diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bad640..69ae1d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.2.3](https://github.com/liblaf/utils.py/compare/v0.2.2...v0.2.3) (2023-05-04) + +### Bug Fixes + +- **nginx:** config client_max_body_size ([6b8639f](https://github.com/liblaf/utils.py/commit/6b8639f1b55133c44304c32f3a04dbd960c33034)) + ## [0.2.2](https://github.com/liblaf/utils.py/compare/v0.2.1...v0.2.2) (2023-05-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 9f524c93..04e52bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "utils-py" packages = [{ include = "utils" }] readme = "README.md" repository = "https://github.com/liblaf/utils.py" -version = "0.2.2" +version = "0.2.3" [tool.poetry.dependencies] pygithub = "^1.58.1"