From 46af2f3cc0b0ef5e3c2610bfd1ecf44c8f06cf95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:59:27 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1332969..3d2ac0b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a94e8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/titigmr/external-dns-midaas-webhook/compare/v0.0.1...v0.1.0) (2024-08-03) + + +### Features + +* :sparkles: add provide ([e10faf5](https://github.com/titigmr/external-dns-midaas-webhook/commit/e10faf5757efe8a1fdab709fa09369a7516cc181)) + + +### Bug Fixes + +* :art: fix format path url ([cdc16e2](https://github.com/titigmr/external-dns-midaas-webhook/commit/cdc16e2ded96e1079ecc70730cb596529d842747)) +* :fire: add logs config and correct fixes ([941784e](https://github.com/titigmr/external-dns-midaas-webhook/commit/941784e8be5149cf6d0d6946b9515dca56f04a32)) +* :zap: catch panic if no dot in string ([49b6278](https://github.com/titigmr/external-dns-midaas-webhook/commit/49b6278e443fd1b1435472d56a966db8be17b8f9))