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)