Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Sep 24, 2024
1 parent 6367788 commit 9d8f136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
internal static class Version
{
//TODO set this using sed or something in the release automation task
public const string VersionString = "1.5.1";
public const string VersionString = "1.6.0";
}
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## TBD
## v1.6.0 (2024-09-24)

### Additions

- Add configurable limits to custom attributes. [#137](https://github.com/bugsnag/bugsnag-unity-performance/pull/137)

- Add TracePropagationUrls to the configuration window. [#136](https://github.com/bugsnag/bugsnag-unity-performance/pull/136)

## v1.5.1 (2024-09-09)
Expand Down

0 comments on commit 9d8f136

Please sign in to comment.