From dc845fe1af694868f1c7a31629236e3c15a92fa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 11:42:42 +0100 Subject: [PATCH] chore(release): release 1.3.0 (#27) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522..6a787c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e6eec..1144b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/AbsaOSS/external-dns-infoblox-webhook/compare/v1.2.0...v1.3.0) (2024-12-12) + + +### Features + +* Add support for extensible attributes ([#26](https://github.com/AbsaOSS/external-dns-infoblox-webhook/issues/26)) ([27b345d](https://github.com/AbsaOSS/external-dns-infoblox-webhook/commit/27b345d7e7453d3bf9ab2d4b21627770e3ee84b5)) + ## [1.2.0](https://github.com/AbsaOSS/external-dns-infoblox-webhook/compare/v1.1.1...v1.2.0) (2024-11-06)