diff --git a/AUTHORS b/AUTHORS index 031d49a8..3d9531ff 100644 --- a/AUTHORS +++ b/AUTHORS @@ -113,6 +113,7 @@ PAPAMICA (mickael@papamica.com) Pavel Abalikhin (anpavl@gmail.com) Paul Belanger (pabelanger@redhat.com) Paulo Ewerton (pauloewerton@lsd.ufcg.edu.br) +Pawel Tetera (ptetera@redhat.com) pengyuesheng (pengyuesheng@gohighsec.com) Pete Zaitcev (zaitcev@kotori.zaitcev.us) Peter Lisak (peter.lisak@firma.seznam.cz) diff --git a/ChangeLog b/ChangeLog index dca6815c..c5d93a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +4.8.0 +----- + +* Auth tokens are now truncated when running with `--debug`. Added + `--debug-with-secrets` flag to enable previous, less-secure behavior. + +* Dropped support for Python 3.6. + +* Now tested under Python 3.13. + +* Various other minor bug fixes and improvements. + + +4.7.0 +----- + +* Various minor bug fixes and improvements. + + 4.6.0 ----- diff --git a/releasenotes/notes/4_8_0_release-41ba0852981191c3.yaml b/releasenotes/notes/4_8_0_release-41ba0852981191c3.yaml new file mode 100644 index 00000000..461c2eb7 --- /dev/null +++ b/releasenotes/notes/4_8_0_release-41ba0852981191c3.yaml @@ -0,0 +1,16 @@ +--- +features: + - | + Now tested under Python 3.13. + +fixes: + - | + Auth tokens are now truncated when running with ``--debug``. Added + ``--debug-with-secrets`` flag to enable previous, less-secure behavior. + + - | + Various other minor bug fixes and improvements. + +other: + - | + Dropped support for Python 3.6.