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