From f48c0b67a957f7bfdae6de36a500e8ea38435010 Mon Sep 17 00:00:00 2001 From: Sidney Gijzen Date: Mon, 5 Aug 2024 14:06:00 +0200 Subject: [PATCH] version v0.6.1 --- CHANGELOG.md | 8 +++++++- src/config/settings.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0891168..4cbbad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.6.0...HEAD) +## [Unreleased](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.6.1...HEAD) + + +## [v0.6.1](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.6.0...v0.6.1) - 2024-08-05 + +### Fixed +- updated dependencies ## [v0.6.0](https://github.com/GemeenteUtrecht/bereikbaarheid-backend/compare/v0.5.9...v0.6.0) - 2024-07-05 diff --git a/src/config/settings.py b/src/config/settings.py index 3074609..fc5cb82 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.6.0" +app_version = "0.6.1" DOCS_FAVICON = "/static/favicon.svg"