From 5f63652644b765fad4d24768e1c09f37efed2ba6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 19 Jan 2024 08:45:15 +0000 Subject: [PATCH] 1.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b375cf4..8fdfeb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## v1.0.5 (2024-01-19) + +### Fix + +* fix(cache): out of index + +Fixed condition to prevent out of index error in get_chart_labels + +Signed-off-by: Connor McMillan <connor@mcmillan.website> ([`3547c95`](https://github.com/mibs510/OpenALPR-Webhook/commit/3547c954a6530fe850ed5cd2df817309a7ea9960)) + +### Unknown + +* Merge remote-tracking branch 'origin/master' ([`511fedd`](https://github.com/mibs510/OpenALPR-Webhook/commit/511feddf7afc3837121a7132792139cbbf042708)) + + ## v1.0.4 (2023-08-02) ### Documentation