summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-05-16 10:36:22 -0400
committerMatthew Heon <matthew.heon@pm.me>2022-05-16 10:36:22 -0400
commit3bd24bd9050ec20516f29653769cb67953d7f404 (patch)
tree906e9d3b39c9d52c97d45ca3ddc60e583a1077ea
parent8a726de7d060cdfff0335f16eaceaacf9438eb3d (diff)
downloadpodman-3bd24bd9050ec20516f29653769cb67953d7f404.tar.gz
podman-3bd24bd9050ec20516f29653769cb67953d7f404.tar.bz2
podman-3bd24bd9050ec20516f29653769cb67953d7f404.zip
Update release notes for v3.0.2
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b802a4805..88aa915e5 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.