Skip to content

Commit 82e0c59

Browse files
authored
update CHANGELOG and bump version to 6.16.2 (#1853)
1 parent ea579ee commit 82e0c59

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)