diff --git a/CHANGELOG.md b/CHANGELOG.md index 297d49e..353b6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ We follow [Semantic Versions](https://semver.org/). ## Unreleased +## 0.3.1 + - Manually validate length in `S3UploadURLField` This is need so that in api specs there would be no length limit diff --git a/pyproject.toml b/pyproject.toml index 8cfa073..2a8bdc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "saritasa-s3-tools" -version = "0.3.0" +version = "0.3.1" description = "Tools For S3 Used By Saritasa" authors = [ "Saritasa ",