diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md index 0c413048944af3a33c1572fc823bb6f4e838e0cf..6d675abdd5004c8bedcc632984f6043a45e599d1 100644 --- a/geant/gap_ansible/CHANGELOG.md +++ b/geant/gap_ansible/CHANGELOG.md @@ -1,4 +1,6 @@ # GAP Ansible changelog +1.0.79: +- Added SSH `inbound-max-session` to the base_config. 1.0.78: - Validation/verification logic added to `base_config`, `iptrunk`, `iptrunk_twamp` roles. - Cleanup of `base_config` templates. diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml index 42c60a195c7c11979d8492244a701e457454256d..2f894225525f5af581b0be4aaa7dda01108a80ae 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.78 +version: 1.0.79 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md