From ec5340c7e48b2aeb769d670e41f7c2f1b6d04e45 Mon Sep 17 00:00:00 2001 From: czlonkowski Date: Mon, 12 Jan 2026 10:46:10 +0100 Subject: [PATCH] docs: add v2.33.1 entry to root CHANGELOG.md The v2.33.1 release notes were added to docs/CHANGELOG.md instead of the root CHANGELOG.md which has the complete version history. Conceived by Romuald Czlonkowski - www.aiadvisors.pl/en Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 143b103..4299c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.33.1] - 2026-01-12 + +### Fixed + +- **Docker image version mismatch bug**: Docker images were built with stale `package.runtime.json` (v2.29.5) while npm package was at v2.33.0 + - Root cause: `build-docker` job in `release.yml` did not sync `package.runtime.json` version before building + - The `publish-npm` job synced the version, but both jobs ran in parallel, so Docker got the stale version + - Added "Sync runtime version" step to `release.yml` `build-docker` job + - Added "Sync runtime version" step to `docker-build.yml` `build` and `build-railway` jobs + - All Docker builds now sync `package.runtime.json` version from `package.json` before building + ## [2.33.0] - 2026-01-08 ### Added