diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a89310..92efd33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "frontend": "0.1.2", - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b584214..1c127f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/bcit-tlu/dialog/compare/backend-v0.1.2...backend-v0.1.3) (2026-07-29) + + +### Bug Fixes + +* opt in to nginx local resolvers entrypoint in frontend chart ([84f3305](https://github.com/bcit-tlu/dialog/commit/84f330559d0be411cb3697e20dabb7700321aa91)) + ## [0.1.2](https://github.com/bcit-tlu/dialog/compare/backend-v0.1.1...backend-v0.1.2) (2026-07-29) diff --git a/charts/backend/Chart.yaml b/charts/backend/Chart.yaml index 8af03b9..b0bc985 100644 --- a/charts/backend/Chart.yaml +++ b/charts/backend/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: dialog-backend description: Dialog Backend — FastAPI API, background worker, and LLM gateway for the Emergency Nursing Course Processor type: application -version: 0.1.2 # x-release-please-version -appVersion: "0.1.2" # x-release-please-version +version: 0.1.3 # x-release-please-version +appVersion: "0.1.3" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index f7a836b..5533ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dialog" -version = "0.1.2" +version = "0.1.3" description = "Dialog — Emergency Nursing Course Processor (LangGraph pipeline)" requires-python = ">=3.12" dependencies = [