diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b04da..0891168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,17 @@ All notable changes to this project will be documented in this file. 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](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.9...HEAD) +## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.6.0...HEAD) + + +## [v0.6.0](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.9...v0.6.0) - 2024-07-05 ### Changed - show min and max values for a field on the `/docs` page +### Fixed +- updated dependencies + ## [v0.5.9](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.8...v0.5.9) - 2024-06-06 diff --git a/requirements.txt b/requirements.txt index f7bf045..911d904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,9 +16,9 @@ click==8.1.7 # via # black # flask -coverage==7.5.3 +coverage==7.5.4 # via pytest-cov -flake8==7.0.0 +flake8==7.1.0 # via -r requirements.in flask==3.0.3 # via @@ -50,7 +50,7 @@ mccabe==0.7.0 # via flake8 mypy-extensions==1.0.0 # via black -packaging==24.0 +packaging==24.1 # via # apispec # black @@ -66,7 +66,7 @@ pluggy==1.5.0 # via pytest psycopg2-binary==2.9.9 # via -r requirements.in -pycodestyle==2.11.1 +pycodestyle==2.12.0 # via flake8 pyflakes==3.2.0 # via flake8 diff --git a/src/config/settings.py b/src/config/settings.py index d78a199..3074609 100644 --- a/src/config/settings.py +++ b/src/config/settings.py @@ -1,7 +1,7 @@ import os app_name = "API Nationaal wegenbestand" -app_version = "0.5.9" +app_version = "0.6.0" DOCS_FAVICON = "/static/favicon.svg"