File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -29,21 +29,19 @@ endif::[]
2929//===== Bug fixes
3030//
3131
32- === Unreleased
3332
34- // Unreleased changes go here
35- // When the next release happens, nest these changes under the "Python Agent version 6.x" heading
36- //[float]
37- //===== Features
38- //
33+ [[release-notes-6.x]]
34+ === Python Agent version 6.x
35+
36+ [[release-notes-6.16.2]]
37+ ==== 6.16.2 - 2023-06-12
38+
3939[float]
4040===== Bug fixes
4141
4242* Fix compatibility issue with older versions of OpenSSL in lambda runtimes {pull}1847[#1847]
4343* Add `latest` tag to docker images {pull}1848[#1848]
44-
45- [[release-notes-6.x]]
46- === Python Agent version 6.x
44+ * Fix issue with redacting `user:pass` in URLs in Python 3.11.4 {pull}1850[#1850]
4745
4846[[release-notes-6.16.1]]
4947==== 6.16.1 - 2023-06-06
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (6 , 16 , 1 )
31+ __version__ = (6 , 16 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments