diff --git a/CHANGELOG.md b/CHANGELOG.md index b80e8d6..660a02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # honeycomb-opentelemetry-dotnet changelog +## [0.11.0-alpha] - 2021-07-27 + +### Added + +- Redis instrumentation (#66, #74) | [@vreynolds](https://github.com/vreynolds) + ## [0.10.0-alpha] - 2021-07-15 ### Added diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 0000000..c06a2b5 --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,8 @@ +# Releasing Process + +1. Update changelog +1. Update VersionPrefix (and VersionSuffix if necessary) in the csproj file +1. Open a PR with the above, and merge that into main +1. Tag the merged commit with the new version (e.g. `v0.10.0-alpha`) +1. Push the tag upstream (this will kick off the release pipeline in CI) +1. Once the CI is done, promote the GitHub release from draft to release \ No newline at end of file diff --git a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj index e2de09e..6aff4d7 100644 --- a/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj +++ b/src/Honeycomb.OpenTelemetry/Honeycomb.OpenTelemetry.csproj @@ -11,7 +11,7 @@ snupkg - 0.10.0 + 0.11.0 alpha Honeycomb.OpenTelemetry Honeycomb