From 9ec55ac6bc416336dc147ddb428d951924f0e552 Mon Sep 17 00:00:00 2001 From: Richard Elms Date: Wed, 4 Sep 2024 10:17:23 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66849c8..c9bf99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v1.5.0 (2024-03-09) +## v1.5.0 (2024-09-03) ### Additions @@ -18,19 +18,19 @@ - Fix an issue where TracePropagationUrls was incorrectly named and typed. [#126](https://github.com/bugsnag/bugsnag-unity-performance/pull/126) -## v1.4.2 (2024-27-06) +## v1.4.2 (2024-06-27) ### Bug Fixes - Fix an issue where spans with MakeCurrentContext set to false and passed as a parent would be added to the context stack. [#122](https://github.com/bugsnag/bugsnag-unity-performance/pull/122) -## v1.4.1 (2024-11-06) +## v1.4.1 (2024-06-11) ### Bug Fixes - Fixed issue where creating a span in a background thread caused an exception (mono or IL2CPP Dev builds only) [#117](https://github.com/bugsnag/bugsnag-unity-performance/pull/117) -## v1.4.0 (2024-30-05) +## v1.4.0 (2024-05-30) ### Additions