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 3d33d80 commit 93f7055Copy full SHA for 93f7055
CHANGELOG.asciidoc
@@ -33,6 +33,13 @@ endif::[]
33
[[release-notes-6.x]]
34
=== Python Agent version 6.x
35
36
+[[release-notes-6.2.2]]
37
+==== 6.2.2 - 2021/06/07
38
+
39
+[float]
40
+===== Bug fixes
41
+ * Fix an attribute access bug introduced in 6.2.0 {pull}1149[#1149]
42
43
[[release-notes-6.2.1]]
44
==== 6.2.1 - 2021/06/03
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, 1)
+__version__ = (6, 2, 2)
32
VERSION = ".".join(map(str, __version__))
0 commit comments