Skip to content

Commit e0f7a3f

Browse files
committed
update CHANGELOG and bump version to 6.2.0
1 parent fe1d18f commit e0f7a3f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,22 @@ endif::[]
3333
[[release-notes-6.x]]
3434
=== Python Agent version 6.x
3535
36+
[[release-notes-6.2.0]]
37+
==== 6.2.0 - 2021/05/31
38+
39+
[float]
40+
===== Features
41+
* Added support for aioredis 1.x {pull}1082[#2526]
42+
* Added support for aiomysql {pull}1107[#1107]
43+
* Added Redis pub/sub instrumentation {pull}1129[#1129]
44+
* Added specific instrumentation for AWS SQS {pull}1123[#1123]
45+
46+
[float]
47+
===== Bug fixes
48+
* ensure metrics are flushed before agent shutdown {pull}1139[#1139]
49+
* added safeguard for exceptions in processors {pull}1138[#1138]
50+
* ensure sockets are closed which were opened for cloud environment detection {pull}1134[#1134]
51+
3652
[[release-notes-6.1.3]]
3753
==== 6.1.3 - 2021/04/28
3854

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

0 commit comments

Comments
 (0)