From 6598baab2e02e7da6284edaec832313a023449d3 Mon Sep 17 00:00:00 2001 From: wizardchen Date: Wed, 10 Sep 2025 20:28:54 +0800 Subject: [PATCH] chore: bump version to v0.1.2 --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55387b36..14d6d7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2025-01-27 + +- Fixed health check implementation for docreader service +- Improved query handling for empty queries +- Enhanced knowledge base column value update methods +- Optimized logging throughout the application +- Added process parsing documentation for markdown files +- Fixed OCR model pre-fetching in Docker containers +- Resolved image parser concurrency errors +- Added support for modifying listening port configuration + ## [0.1.0] - 2025-09-08 - Initial public release of WeKnora. @@ -14,4 +25,5 @@ All notable changes to this project will be documented in this file. - Docker Compose for quick startup and service orchestration. - MCP server support for integrating with MCP-compatible clients. +[0.1.2]: https://github.com/Tencent/WeKnora/tree/v0.1.2 [0.1.0]: https://github.com/Tencent/WeKnora/tree/v0.1.0 diff --git a/VERSION b/VERSION index 6c6aa7cb..8294c184 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.2 \ No newline at end of file