Skip to content

Commit 4d72f82

Browse files
Initial 1.0.0-alpha release (#36)
1 parent 5f80eec commit 4d72f82

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 1.0.0-alpha
6+
7+
* Adopt OpenTelemetry 1.0.0(-alpha) dependencies (#32)
8+
* Update JMX Metric Gatherer to use 1.0.0(-alpha) proto, API, SDK, and exporters.
9+
* Update JMX Metric Gatherer to use Autoconfigure SDK extension properties*
10+
* JMX Metric Gatherer - Handle missing MBean attributes without failing (#39)
11+
* Thanks to @dehaansa.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = 'OpenTelemetry Contrib libraries and utilities for the JVM'
88

99
allprojects {
1010
group = 'io.opentelemetry.contrib'
11-
version = '1.0.0-alpha-SNAPSHOT'
11+
version = '1.0.0-alpha'
1212

1313
apply from: "$rootDir/gradle/spotless.gradle"
1414
apply from: "$rootDir/gradle/dependencies.gradle"

0 commit comments

Comments
 (0)