Skip to content

Commit 095fe46

Browse files
committed
Update version and CHANGELOG.md
1 parent cbb49d5 commit 095fe46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2025-02-10
9+
10+
### Added
11+
12+
- Add default dimensions for OTEL metrics.
13+
814
## [1.0.1] - 2024-09-19
915

1016
### Changed
@@ -18,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1824

1925
- Initial release of the AWS SDK Java OpenTelemetry Metrics library.
2026

27+
[1.1.0]: https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics/compare/aws-sdk-java-opentelemetry-metrics-1.0.1...aws-sdk-java-opentelemetry-metrics-1.1.0
28+
2129
[1.0.1]: https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics/compare/aws-sdk-java-opentelemetry-metrics-1.0.0...aws-sdk-java-opentelemetry-metrics-1.0.1
2230

2331
[1.0.0]: https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics/releases/tag/aws-sdk-java-opentelemetry-metrics-1.0.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.appsflyer</groupId>
66
<artifactId>aws-sdk-java-opentelemetry-metrics</artifactId>
7-
<version>1.0.2-SNAPSHOT</version>
7+
<version>1.1.0-SNAPSHOT</version>
88
<name>AWS SDK Java OpenTelemetry Metrics</name>
99
<description>OpenTelemetry Metric Publisher for AWS SDK for Java</description>
1010
<url>https://github.com/AppsFlyer/aws-sdk-java-opentelemetry-metrics</url>

0 commit comments

Comments
 (0)