From 3ed009f1d551999ad26d6dcad7b401d23f209e11 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 25 Feb 2026 13:46:36 +0000 Subject: [PATCH] 0.55.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a8bfbb..96b11f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.55.0 (2026-02-25) + +### Bug Fixes + +- **config**: Default meilisearch_url to http://meilisearch:7700 for Docker/K8s service discovery + ([`ff96340`](https://github.com/christianlouis/DocuElevate/commit/ff963401549eabeee6de6bc1421949e5df2213e2)) + +### Code Style + +- Apply ruff auto-fix + ([`0930765`](https://github.com/christianlouis/DocuElevate/commit/093076515e7686b94af31dd6a3f9ca9d393dc01a)) + +### Features + +- **helm**: Add Helm chart for Kubernetes deployment and update DeploymentGuide + ([`a08bfb9`](https://github.com/christianlouis/DocuElevate/commit/a08bfb9f1a21105c48356655e7bb5e129b7d8b43)) + + ## v0.54.0 (2026-02-25) ### Features