diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a192bb8..fe80adf6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d45a78ad..76027b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.3...v0.1.4) (2026-01-26) + + +### Documentation + +* mark Phase 1 as completed (v0.1.3) ([#15](https://github.com/w7-mgfcode/ForecastLabAI/issues/15)) ([10601ef](https://github.com/w7-mgfcode/ForecastLabAI/commit/10601ef4f3e87ade284a4f914a422e3782e4d5d4)) + ## [0.1.3](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.2...v0.1.3) (2026-01-26) diff --git a/pyproject.toml b/pyproject.toml index 9a33658e..d92c0023 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.1.3" +version = "0.1.4" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12"