Skip to content

Commit 69294af

Browse files
committed
- bumps patch version
1 parent 7da6603 commit 69294af

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
## [2.0.21] - 2023-11-08
15+
1016
### Changed
1117

1218
- Changed CoreHttpProvider dependency from OkHttpClient to Call.Factory (parent interface implemented by OkHttpClient). This make usage of OpenTelemetry tracing possible.
@@ -30,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036
.buildClient();
3137
```
3238

33-
3439
## [2.0.20] - 2023-10-23
3540

3641
### Changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525
mavenArtifactId = microsoft-graph-core
2626
mavenMajorVersion = 2
2727
mavenMinorVersion = 0
28-
mavenPatchVersion = 20
28+
mavenPatchVersion = 21
2929
mavenArtifactSuffix =
3030

3131
#These values are used to run functional tests

0 commit comments

Comments
 (0)