Skip to content

Commit ece6ba5

Browse files
committed
update CHANGELOG and bump version to 6.1.3
1 parent 81a6647 commit ece6ba5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ endif::[]
3333
[[release-notes-6.x]]
3434
=== Python Agent version 6.x
3535
36+
[[release-notes-6.1.3]]
37+
==== 6.1.3 - 2021/04/28
38+
39+
[float]
40+
===== Bug fixes
41+
* added destination information to asyncpg instrumentation {pull}1115[#1115]
42+
* fixed issue with collecting request meta data with Django REST Framework {pull}1117[#1117]
43+
* fixed httpx instrumentation for newly released httpx 0.18.0 {pull}1118[#1118]
44+
45+
3646
[[release-notes-6.1.2]]
3747
==== 6.1.2 - 2021/04/14
3848

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

0 commit comments

Comments
 (0)