From 3bd24bd9050ec20516f29653769cb67953d7f404 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 16 May 2022 10:36:22 -0400 Subject: [PATCH] Update release notes for v3.0.2 Signed-off-by: Matthew Heon --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b802a4805f..88aa915e57 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 3.0.2 +### Changed +- The Go module has been bumped to v3. This release is intended so that the Podman bindings can be used with a v3.0 and higher API server. + ## 3.0.1 ### Changes - Several frequently-occurring `WARN` level log messages have been downgraded to `INFO` or `DEBUG` to not clutter terminal output.