Skip to content

Commit b33f449

Browse files
committed
update CHANGELOG and bump version to 6.3.3
1 parent fdc0bf0 commit b33f449

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ endif::[]
3333
[[release-notes-6.x]]
3434
=== Python Agent version 6.x
3535
36+
[[release-notes-6.3.3]]
37+
==== 6.3.3 - 2021-07-14
38+
39+
[float]
40+
===== Bug fixes
41+
42+
* ensure that the elasticsearch instrumentation handles DroppedSpans correctly {pull}1190[#1190]
43+
3644
[[release-notes-6.3.2]]
3745
==== 6.3.2 - 2021-07-07
3846

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

0 commit comments

Comments
 (0)