From 0dbfd376ffee3bdd9e4d7ccb99ab7407912009ce Mon Sep 17 00:00:00 2001
From: Matthew Heon <matthew.heon@pm.me>
Date: Wed, 4 May 2022 15:13:09 -0400
Subject: [PATCH 1/2] Add 4.1 branch to API documentation

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
---
 docs/source/Reference.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/Reference.rst b/docs/source/Reference.rst
index dca49a5591..7b34422012 100644
--- a/docs/source/Reference.rst
+++ b/docs/source/Reference.rst
@@ -7,6 +7,8 @@ Show the API documentation for version:
 
 * `latest (main branch) <_static/api.html>`_
 
+* `version 4.1 <_static/api.html?version=v4.1>`_
+
 * `version 4.0 <_static/api.html?version=v4.0>`_
 
 * `version 3.4 <_static/api.html?version=v3.4>`_

From 9cd74a13c85852d77de531a51605f0f39e0a24bd Mon Sep 17 00:00:00 2001
From: Paul Holzinger <pholzing@redhat.com>
Date: Fri, 6 May 2022 15:45:44 +0200
Subject: [PATCH 2/2] update podman version in readme

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9b375e35dd..1a1e21fe3c 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
 Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
 
-* [Latest Version: 4.0.3](https://github.com/containers/podman/releases/tag/v4.0.3)
+* [Latest Version: 4.1.0](https://github.com/containers/podman/releases/tag/v4.1.0)
   * Latest Remote client for Windows
   * Latest Remote client for macOS
   * Latest Static Remote client for Linux