From df9b3a566107a7d9347c26bf57f2c1f6ed39b76b Mon Sep 17 00:00:00 2001 From: the dev <94047334+lotyp@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:47:33 +0300 Subject: [PATCH] chore(master): release 2.0.3 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 906be18f..84480562 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7164e4d3..bbdc0ce9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.0.3](https://github.com/wayofdev/docker-shared-services/compare/v2.0.2...v2.0.3) (2024-07-04) + + +### Documentation + +* readme.md updates ([276caa2](https://github.com/wayofdev/docker-shared-services/commit/276caa2c64bd438428a91948e4dc5866f337aca7)) + + +### Dependencies + +* **deps:** update actions/checkout action to v4.1.7 ([2f1ede2](https://github.com/wayofdev/docker-shared-services/commit/2f1ede2d88bb5dba5aa045da084ca3c781111e82)) +* **deps:** update andreasaugustin/actions-template-sync action to v2.2.3 ([ab4260a](https://github.com/wayofdev/docker-shared-services/commit/ab4260aba4b1ef4a13ddebe8510fd4156351b28a)) +* **deps:** update traefik docker tag to v3.0.2 ([43cc65e](https://github.com/wayofdev/docker-shared-services/commit/43cc65e6491494fb30a1063c31b7625cac052934)) +* **deps:** update traefik docker tag to v3.0.3 ([57c3bae](https://github.com/wayofdev/docker-shared-services/commit/57c3bae7827105f8fa50d371231542e901b7709c)) +* **deps:** update traefik docker tag to v3.0.4 ([7e9860b](https://github.com/wayofdev/docker-shared-services/commit/7e9860bf70f6a4318e6181c3334acc0b17de04a2)) + ## [2.0.2](https://github.com/wayofdev/docker-shared-services/compare/v2.0.1...v2.0.2) (2024-06-12)