From edee99b9ad498ad1cb716857581dcd749d3a0471 Mon Sep 17 00:00:00 2001 From: "articulate-shipping[bot]" <181743967+articulate-shipping[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:17:15 -0700 Subject: [PATCH] chore: release 5.0.1 (#255) Co-authored-by: articulate-shipping[bot] <181743967+articulate-shipping[bot]@users.noreply.github.com> --- .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 32dbe0e..9d5573c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1e1db..8b7dd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/articulate/docker-bootstrap/compare/v5.0.0...v5.0.1) (2025-01-09) + + +### Dependency Updates + +* bump github.com/hashicorp/consul/api from 1.30.0 to 1.31.0 in the hashicorp group ([#253](https://github.com/articulate/docker-bootstrap/issues/253)) ([8fd8b92](https://github.com/articulate/docker-bootstrap/commit/8fd8b92b72f968ed852e40c4c1803e3e3cf3726c)) + ## [5.0.0](https://github.com/articulate/docker-bootstrap/compare/v4.2.1...v5.0.0) (2024-12-17)