From d40b2a1959dfbd2596aa3b36b2c6af47ef74a3ed Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sun, 14 Dec 2025 22:22:16 +0100 Subject: [PATCH] Update changelog --- .app_version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.app_version b/.app_version index 1d3b40ec..27ff1af9 100644 --- a/.app_version +++ b/.app_version @@ -1 +1 @@ -0.36.3 +0.36.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95126129..2b39b1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +# [0.36.4] - Unreleased + +## Fixed + +- Fixed a bug preventing the app to start if a composite index on stats table already exists. #2034 + # [0.36.3] - 2025-12-14 ## Added