diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c17ee5..58a875c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.2.0](https://github.com/equinor/template-fastapi-react/compare/v1.1.1...v1.2.0) (2022-11-09) + + +### Features + +* expand and visualize auth states ([51c9870](https://github.com/equinor/template-fastapi-react/commit/51c9870bc657d586464780c664aeb6edb49b5ba2)) +* **web:** clear input on add-todo ([d61adc1](https://github.com/equinor/template-fastapi-react/commit/d61adc16ea35a25b2d556b61b9d1cf710de41e8e)) +* **web:** visualize loading state better ([6a6ab81](https://github.com/equinor/template-fastapi-react/commit/6a6ab81bec55bf79aeda5a07e8eff5cdd84b4ab5)) + + +### Bug Fixes + +* make useTodos simpler to use ([e8f0a18](https://github.com/equinor/template-fastapi-react/commit/e8f0a1866c594ca0a526bac3ae3e5a1f8551a005)) + ## [1.1.1](https://github.com/equinor/template-fastapi-react/compare/v1.1.0...v1.1.1) (2022-11-04) diff --git a/api/pyproject.toml b/api/pyproject.toml index 647c1e69..1ccef1e2 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api" -version = "1.1.1" # x-release-please-version +version = "1.2.0" # x-release-please-version description = "API for Template Fastapi React" authors = [] license = ""