Skip to content

Commit 734be1d

Browse files
committed
update CHANGELOG and bump version to 6.13.2
1 parent 208e241 commit 734be1d

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +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.13.2]]
37+
==== 6.13.2 - 2022-11-17
38+
3939
[float]
4040
===== Bug fixes
4141
4242
* Fix error in Elasticsearch instrumentation when spans are dropped {pull}1690[#1690]
43-
44-
[[release-notes-6.x]]
45-
=== Python Agent version 6.x
43+
* Lower log level for errors in APM Server version fetching {pull}1692[#1692]
44+
* Fix for missing parent.id when logging from a DroppedSpan under a leaf span {pull}1695[#1695]
4645
4746
[[release-notes-6.13.1]]
4847
==== 6.13.1 - 2022-11-03

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, 13, 1)
31+
__version__ = (6, 13, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)