From 672487efffd8c28dcc9cff9a66e118ad49ebf722 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 14:40:17 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef03..949ce4c1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c11fd64..0f9410b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.1...v0.2.2) (2026-02-01) + + +### Features + +* RAG Knowledge Base, Serving Layer, and Model Registry ([#50](https://github.com/w7-mgfcode/ForecastLabAI/issues/50)) ([ad4388d](https://github.com/w7-mgfcode/ForecastLabAI/commit/ad4388d9d7386fb6a73e40de45e22f3a576afef7)) + ## [0.2.1](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.2.0...v0.2.1) (2026-02-01) diff --git a/pyproject.toml b/pyproject.toml index a5c70231..bf9bbd6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.2.1" +version = "0.2.2" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"