diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f66fc6353e2e67f55950c9786e5ebdc2742bb9..c786c5185347a5bfa1c48bb93e9e812782568f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to rattail will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.18.10 (2024-09-03) + +### Fix + +- add startup workaround for trainwreck query bug + ## v0.18.9 (2024-08-30) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b4dd0180a15ef292f404d27de0b0177f7622d9cc..ec52d48394e70d92a1627a13440f9a4ed4a6fe71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "rattail" -version = "0.18.9" +version = "0.18.10" description = "Retail Software Framework" readme = "README.rst" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]