diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index fc0f88944f8d2eb3a6ff7e314cd55b02be42bd23..b58d0180c5e119ded4707339346775bbacdca398 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.81: +- Added ICMP TTL-expired config in interface template in `iptrunk_migration` (NAT-622) 1.0.80: - Added ICMP TTL-expired config in interface template (NAT-622) 1.0.79: diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index a49e1625b5b399473d61e84c953cd416c5839091..7f95228445d80652d2f06d0e5708019bc0a1666b 100644 --- a/geant/gap_ansible/galaxy.yml +++ b/geant/gap_ansible/galaxy.yml @@ -8,7 +8,7 @@ namespace: geant name: gap_ansible # The version of the collection. Must be compatible with semantic versioning -version: 1.0.80 +version: 1.0.81 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md