diff --git a/.props/_GlobalStaticVersion.props b/.props/_GlobalStaticVersion.props
index a647fc4ff..8c580a944 100644
--- a/.props/_GlobalStaticVersion.props
+++ b/.props/_GlobalStaticVersion.props
@@ -6,21 +6,21 @@
-
2
22
0
- beta1
+ beta2
redfield
nightly
-
2022-07-20
@@ -36,8 +36,8 @@
$(SemanticVersionMajor).$(SemanticVersionMinor).$(SemanticVersionPatch)
$(PreReleaseMilestone)
- $(VersionPrefix).$(BuildNumber)
- $(AssemblyVersion)
+ $(VersionPrefix).$(BuildNumber)
+ $(AssemblyVersion)
@@ -47,7 +47,7 @@
-
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e71feaa1..3b65f25ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog
## VNext
+
+## Version 2.22.0-beta2
- [Upgrade System.Diagnostics.PerformanceCounter to version 6.0.0 to address CVE-2021-24112](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2707)
- [Report internal dependencies from Cosmos SDK as InProc and align with Cosmos SDK EventSource changes](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2712)