We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a088 commit c5fe646Copy full SHA for c5fe646
CHANGELOG.asciidoc
@@ -33,6 +33,13 @@ endif::[]
33
[[release-notes-6.x]]
34
=== Python Agent version 6.x
35
36
+[[release-notes-6.2.1]]
37
+==== 6.2.1 - 2021/06/03
38
+
39
+[float]
40
+===== Bug fixes
41
+ * catch and log exceptions in interval timer threads {pull}1145[#1145]
42
43
[[release-notes-6.2.0]]
44
==== 6.2.0 - 2021/05/31
45
elasticapm/version.py
@@ -28,5 +28,5 @@
28
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
31
-__version__ = (6, 2, 0)
+__version__ = (6, 2, 1)
32
VERSION = ".".join(map(str, __version__))
0 commit comments