Skip to content

Commit

Permalink
Initial 1.0.0-alpha release (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfitzpatrick authored Jun 2, 2021
1 parent 5f80eec commit 4d72f82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## Unreleased

## 1.0.0-alpha

* Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
* Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
* Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
* JMX Metric Gatherer - Handle missing MBean attributes without failing (#39)
* Thanks to @dehaansa.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = 'OpenTelemetry Contrib libraries and utilities for the JVM'

allprojects {
group = 'io.opentelemetry.contrib'
version = '1.0.0-alpha-SNAPSHOT'
version = '1.0.0-alpha'

apply from: "$rootDir/gradle/spotless.gradle"
apply from: "$rootDir/gradle/dependencies.gradle"
Expand Down

0 comments on commit 4d72f82

Please sign in to comment.