diff --git a/CHANGELOG.md b/CHANGELOG.md index a8089481..29c17ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/equinor/template-fastapi-react/compare/v1.1.0...v1.1.1) (2022-11-04) + + +### Bug Fixes + +* resolve PR feedback ([bd3debe](https://github.com/equinor/template-fastapi-react/commit/bd3debe820f27ebf7d892ecbda77720fc66be06b)) + ## [1.1.0](https://github.com/equinor/template-fastapi-react/compare/v1.0.0...v1.1.0) (2022-11-04) diff --git a/api/pyproject.toml b/api/pyproject.toml index 2688a6f7..647c1e69 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api" -version = "1.1.0" # x-release-please-version +version = "1.1.1" # x-release-please-version description = "API for Template Fastapi React" authors = [] license = ""