diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3f1921..6c81f256 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.3](https://github.com/NateScarlet/auto-derby/compare/v1.27.2...v1.27.3) (2022-08-19) + + +### Bug Fixes + +* **single-mode:** update game data ([d79182a](https://github.com/NateScarlet/auto-derby/commit/d79182a2b848f9474c85fa2ef03cabe15d64c374)), closes [#345](https://github.com/NateScarlet/auto-derby/issues/345) + ## [1.27.2](https://github.com/NateScarlet/auto-derby/compare/v1.27.1...v1.27.2) (2022-08-05) diff --git a/auto_derby/__version__.py b/auto_derby/__version__.py index ff5604fe..8de686ff 100644 --- a/auto_derby/__version__.py +++ b/auto_derby/__version__.py @@ -7,7 +7,7 @@ from datetime import datetime -VERSION = "1.27.2" # x-release-please-version +VERSION = "1.27.3" # x-release-please-version # deprecated diff --git a/version b/version index 457f0385..3bae5204 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.27.2 +1.27.3