From a3a9e56eb7af2ea8882dda2b0497bd8683ddcc67 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:58:25 +0300 Subject: [PATCH] chore(master): release 1.5.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d24446..66eed492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.5.0](https://github.com/wayofdev/docker-shared-services/compare/v1.4.11...v1.5.0) (2023-07-02) + + +### Features + +* move to reusable github workflows ([5bb40d3](https://github.com/wayofdev/docker-shared-services/commit/5bb40d30ab301282a67daa48a46dfd866b1904ee)) +* use docker based dnsmasq instead of ansible-dnsmasq-role ([8c94c3f](https://github.com/wayofdev/docker-shared-services/commit/8c94c3fabdb60962dff08cafaece0e75e17b7e04)) + + +### Documentation + +* dnsmasq is not needed anymore ([6d2f2cd](https://github.com/wayofdev/docker-shared-services/commit/6d2f2cd381fcc40899016c98c346ab118f577a6b)) + ## [1.4.11](https://github.com/wayofdev/docker-shared-services/compare/v1.4.10...v1.4.11) (2023-06-30) diff --git a/package.json b/package.json index 2394d302..c43d6c45 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.11", + "version": "1.5.0", "repository": { "url": "https://github.com/wayofdev/docker-shared-services.git" }