diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e69de29..fea3454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -0,0 +1,3 @@ +{ + ".": "1.0.0" +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8a308e4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.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))