diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index 0c446293..6b13610c 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -1,12 +1,18 @@ ChangeLog ========= -0.22.0 (2024-06-21) +0.23.0 (2024-05-29) +------------------- +* Sort backup items by repo +* Support untagging OCI images +* Update log message to show the reference with bad manifest type + +0.22.0 (2024-05-21) ------------------- Raise an error when manifest claims retry limit is reached Manifest is outdated if both old and new manifests have digests -0.21.0 (2024-06-17) +0.21.0 (2024-05-17) ------------------- Fixed pushing index images to wrong namespace Fixed removing index image signatures when there are no non fbc operators diff --git a/setup.py b/setup.py index 61507004..3bbf7ee1 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ def get_dependency_links(): setup( name="pubtools-quay", - version="0.22.0", + version="0.23.0", description="Pubtools-quay", long_description=long_description, long_description_content_type="text/x-rst",