diff --git a/CHANGELOG.md b/CHANGELOG.md index d0706a11..616b6299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.27.5](https://github.com/NateScarlet/auto-derby/compare/v1.27.4...v1.27.5) (2022-08-22) + + +### Bug Fixes + +* **single-mode:** unable to choose multi course race in menu ([fac5fb7](https://github.com/NateScarlet/auto-derby/commit/fac5fb7ab491e415a901bb475cd2174a1660a7a5)) + ## [1.27.4](https://github.com/NateScarlet/auto-derby/compare/v1.27.3...v1.27.4) (2022-08-21) diff --git a/auto_derby/__version__.py b/auto_derby/__version__.py index ebb041c4..c6092f5b 100644 --- a/auto_derby/__version__.py +++ b/auto_derby/__version__.py @@ -7,7 +7,7 @@ from datetime import datetime -VERSION = "1.27.4" # x-release-please-version +VERSION = "1.27.5" # x-release-please-version # deprecated diff --git a/version b/version index d6201580..bd9c6378 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.27.4 +1.27.5