diff options
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c00b51b..741391a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -386,3 +386,15 @@ releases: - prettier.yaml - rm_base.yaml release_date: "2023-02-27" + 4.0.2: + changes: + bugfixes: + - bgp_global - changed to use `neighbor.password` rather than `neighbor.address` + (https://github.com/ansible-collections/vyos.vyos/issues/304). + doc_changes: + - vyos_interfaces - Updated documentation with examples and task output. + fragments: + - bgp-password-fix.yml + - ci_codecov.yml + - update_intf_doc.yaml + release_date: "2023-04-03" |