Skip to content

Commit 8038a4d

Browse files
committed
update CHANGELOG and bump version to 6.13.1
1 parent 98db646 commit 8038a4d

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

CHANGELOG.asciidoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,16 @@ endif::[]
2929
//===== Bug fixes
3030
//
3131
32-
=== Unreleased
32+
[[release-notes-6.x]]
33+
=== Python Agent version 6.x
34+
35+
[[release-notes-6.13.1]]
36+
==== 6.13.1 - 2022-11-03
3337
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-
//
3938
[float]
4039
===== Bug fixes
4140
42-
* Fix elasticsearch for track_total_hits=False {pull}1687[#1687]
43-
44-
[[release-notes-6.x]]
45-
=== Python Agent version 6.x
41+
* Fix elasticsearch instrumentation for track_total_hits=False {pull}1687[#1687]
4642
4743
[[release-notes-6.13.0]]
4844
==== 6.13.0 - 2022-10-26

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

0 commit comments

Comments
 (0)