Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: ansible
name: receptor
version: 2.0.8
version: 2.0.9
readme: README.md
authors:
- Ansible
Expand Down
Loading