diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 850fa10..0e77253 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Ansible.Receptor Release Notes .. contents:: Topics +v2.0.9 +====== + +Minor Changes +------------- + +- Integrate official partner-certification-checker +- pip break_system_packages method and Ubuntu 24.04 support +- Support for Debian 12 + v2.0.8 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index dba090d..37514fe 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -90,3 +90,10 @@ releases: bugfixes: - Update CHANGELOG.rst release_date: '2025-11-19' + 2.0.9: + changes: + minor_changes: + - Integrate official partner-certification-checker + - pip break_system_packages method and Ubuntu 24.04 support + - Support for Debian 12 + release_date: '2026-05-13' diff --git a/galaxy.yml b/galaxy.yml index 354bee3..486d3be 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: ansible name: receptor -version: 2.0.8 +version: 2.0.9 readme: README.md authors: - Ansible