From 1affb762d1b3f841776e9f6ca40ac8f2849d22df Mon Sep 17 00:00:00 2001 From: danischm Date: Wed, 10 Jul 2024 11:36:43 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ docs/guides/changelog.md | 6 ++++++ templates/guides/changelog.md.tmpl | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca2ff7f..beda7527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.4 (unreleased) + +- Remove `control` default value of `nxos_ospf_vrf` resource +- Fix `peer_control` attribute of `nxos_bgp_peer` resource +- Fix `control` attribute of `nxos_ospf_vrf` resource + ## 0.5.3 - Add `enable_ipv4` and `instance_name` attributes to `nxos_isis_interface` resource and data source diff --git a/docs/guides/changelog.md b/docs/guides/changelog.md index c39a7f22..dfd05759 100644 --- a/docs/guides/changelog.md +++ b/docs/guides/changelog.md @@ -7,6 +7,12 @@ description: |- # Changelog +## 0.5.4 (unreleased) + +- Remove `control` default value of `nxos_ospf_vrf` resource +- Fix `peer_control` attribute of `nxos_bgp_peer` resource +- Fix `control` attribute of `nxos_ospf_vrf` resource + ## 0.5.3 - Add `enable_ipv4` and `instance_name` attributes to `nxos_isis_interface` resource and data source diff --git a/templates/guides/changelog.md.tmpl b/templates/guides/changelog.md.tmpl index c39a7f22..dfd05759 100644 --- a/templates/guides/changelog.md.tmpl +++ b/templates/guides/changelog.md.tmpl @@ -7,6 +7,12 @@ description: |- # Changelog +## 0.5.4 (unreleased) + +- Remove `control` default value of `nxos_ospf_vrf` resource +- Fix `peer_control` attribute of `nxos_bgp_peer` resource +- Fix `control` attribute of `nxos_ospf_vrf` resource + ## 0.5.3 - Add `enable_ipv4` and `instance_name` attributes to `nxos_isis_interface` resource and data source