Skip to content

Commit 4897e8c

Browse files
committed
update CHANGELOG and bump version to 6.2.3
1 parent 66c099a commit 4897e8c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ endif::[]
3333
[[release-notes-6.x]]
3434
=== Python Agent version 6.x
3535
36+
[[release-notes-6.2.3]]
37+
==== 6.2.3 - 2021/06/28
38+
39+
[float]
40+
===== Bug fixes
41+
* suppress the default_app_config attribute in Django 3.2+ {pull}1155[#1155]
42+
* bump log level for multiple set_client calls to WARNING {pull}1164[#1164]
43+
* fix issue with adding disttracing to SQS messages when dropping spans {pull}1170[#1170]
44+
3645
[[release-notes-6.2.2]]
3746
==== 6.2.2 - 2021/06/07
3847

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

0 commit comments

Comments
 (0)