Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ endif::[]
[[release-notes-6.x]]
=== Python Agent version 6.x

[[release-notes-6.22.0]]
==== 6.22.0 - 2024-04-03

[float]
===== Features

* Add ability to override default JSON serialization {pull}2018[#2018]

[[release-notes-6.21.4]]
==== 6.21.4 - 2024-03-19

Expand Down
2 changes: 1 addition & 1 deletion elasticapm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = (6, 21, 4)
__version__ = (6, 22, 0)
VERSION = ".".join(map(str, __version__))