diff --git a/Changes.rst b/Changes.rst index fd3e5db..a500cd2 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v3.2.2 (2023-04-22) +=============================== + +- Allow XML documents to be streamed with –xml-item-depth + Changes for v3.2.1 (2023-04-04) =============================== diff --git a/setup.py b/setup.py index 6ee22ba..41bd2cd 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="yq", - version="3.2.1", + version="3.2.2", url="https://github.com/kislyuk/yq", license="Apache Software License", author="Andrey Kislyuk",