From c696d0e95a3d3b05e701c7e1e127b9429df66647 Mon Sep 17 00:00:00 2001 From: Vince Foley Date: Fri, 25 Jul 2025 14:20:55 -0700 Subject: [PATCH] Bump version 1.39.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b877f..530484b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## CHANGELOG +### `v1.39.0` + +#### Fixes +* Handle finch streaming error result tuple [#539](https://github.com/newrelic/elixir_agent/pull/539) +* Handle nested error report [#541](https://github.com/newrelic/elixir_agent/pull/541) +* Handle shutdown cleaner [#542](https://github.com/newrelic/elixir_agent/pull/542) + +------ + ### `v1.38.0` #### Features diff --git a/VERSION b/VERSION index ebeef2f..5edffce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.38.0 +1.39.0