diff --git a/CHANGELOG.md b/CHANGELOG.md index b9dc9833e86..6c9a396c8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## 7.2.0 -- Add test target netcoreapp3.0 -- Extend PolicyRegistry with concurrent method support: TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate -- TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (issue 620) +- Add test target for netcoreapp3.0. +- Extend PolicyRegistry with concurrent method support, TryAdd, TryRemove, TryUpdate, GetOrAdd, AddOrUpdate; new interface IConcurrentPolicyRegistry +- Improve .NET Framework support: Add explicit targets for .NET Framework 4.6.1 and 4.7.2. +- TimeoutPolicy: if timeout occurs while a user exception is being marshalled (edge case race condition), do not mask user exception (fix issue 620) +- Enhance debugging/stacktrace experience for some contexts: Include pdb symbols in package again. ## 7.1.1 - Bug fix: ensure async retry policies honor continueOnCapturedContext setting (affected v7.1.0 only). diff --git a/GitVersionConfig.yaml b/GitVersionConfig.yaml index 164d84a9c93..6605b1cfb8e 100644 --- a/GitVersionConfig.yaml +++ b/GitVersionConfig.yaml @@ -1 +1 @@ -next-version: 7.1.1 +next-version: 7.2.0