Prepare 1.2.0-alpha1 release (#2184)

This commit is contained in:
Cijo Thomas 2021-07-23 16:38:12 -07:00 committed by GitHub
parent 2504463391
commit 8a087d50d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 36 additions and 6 deletions

View File

@ -2,9 +2,13 @@
## Unreleased
* Add Metrics support.
## 1.2.0-alpha1
* Removes .NET Framework 4.5.2 support. The minimum .NET Framework
Released 2021-Jul-23
* Add Metrics support.([#2174](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2174))
* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
## 1.1.0

View File

@ -9,8 +9,13 @@ please check the latest changes
## Unreleased
* Removes .NET Framework 4.5.2 support. The minimum .NET Framework version
supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
## 1.2.0-alpha1
Released 2021-Jul-23
* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
* Add Metrics support.([#2174](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2174))
## 1.1.0

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.2.0-alpha1
Released 2021-Jul-23
* Removes support for .NET Framework 4.5.2 and 4.6. The minimum .NET Framework version
supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.2.0-alpha1
Released 2021-Jul-23
* Removes .NET Framework 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))

View File

@ -9,6 +9,10 @@ please check the latest changes
## Unreleased
## 1.2.0-alpha1
Released 2021-Jul-23
* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))

View File

@ -2,8 +2,12 @@
## Unreleased
* Removes .NET Framework 4.5.2 support. The minimum .NET Framework version
supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
## 1.2.0-alpha1
Released 2021-Jul-23
* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))
## 1.1.0

View File

@ -2,8 +2,13 @@
## Unreleased
## 1.2.0-alpha1
Released 2021-Jul-23
* Add basic Metrics support with a single pipeline, and supporting Counter
(sync) instrument. Push and Pull exporters are supported.
([#2174](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2174))
* Removes .NET Framework 4.5.2, .NET 4.6 support. The minimum .NET Framework
version supported is .NET 4.6.1. ([#2138](https://github.com/open-telemetry/opentelemetry-dotnet/issues/2138))