From adca6ee19473bc5f4d93ba7c57e83e7cf2041975 Mon Sep 17 00:00:00 2001 From: "articulate-shipping[bot]" <181743967+articulate-shipping[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:06:33 +0000 Subject: [PATCH] chore: release 5.3.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b17f763..fc801e4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.3.6-beta" + ".": "5.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a74cf..684ba2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.6](https://github.com/articulate/docker-bootstrap/compare/v5.3.6-beta...v5.3.6) (2026-04-28) + + +### Miscellaneous + +* **release:** promote to stable ([#309](https://github.com/articulate/docker-bootstrap/issues/309)) ([7611162](https://github.com/articulate/docker-bootstrap/commit/761116212b900630f08d1c4c6777ccbf7e1fa607)) + ## [5.3.6-beta](https://github.com/articulate/docker-bootstrap/compare/v5.3.5...v5.3.6-beta) (2026-04-22)