Skip to content

Commit de593fb

Browse files
chore(main): release 6.29.0
1 parent 2d4c21f commit de593fb

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.28.0"
2+
".": "6.29.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [6.29.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.28.0...v6.29.0) (2025-01-22)
10+
11+
12+
### Features
13+
14+
* **generation:** update request builders and models ([2a9a832](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2a9a832c4778a6b648ebae79ccf5c9ab9f10683e))
15+
* **generation:** update request builders and models ([211abff](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/211abffc142ea49301d85d6fd72726e3d3b6b722))
16+
917
## [6.28.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.27.1...v6.28.0) (2025-01-07)
1018

1119

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
2323
// Include the sdk as a dependency
2424
// x-release-please-start-version
25-
implementation 'com.microsoft.graph:microsoft-graph-beta:6.28.0'
25+
implementation 'com.microsoft.graph:microsoft-graph-beta:6.29.0'
2626
// x-release-please-end
2727
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2828
implementation 'com.azure:azure-identity:1.11.0'
@@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
3939
<groupId>com.microsoft.graph</groupId>
4040
<artifactId>microsoft-graph-beta</artifactId>
4141
<!--x-release-please-start-version-->
42-
<version>6.28.0</version>
42+
<version>6.29.0</version>
4343
<!--x-release-please-end-->
4444
</dependency>
4545
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta
2929
mavenMajorVersion = 6
3030
# x-release-please-end
3131
# x-release-please-start-minor
32-
mavenMinorVersion = 28
32+
mavenMinorVersion = 29
3333
# x-release-please-end
3434
# x-release-please-start-patch
3535
mavenPatchVersion = 0

src/main/java/com/microsoft/graph/beta/info/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ private Constants() {
66
}
77
/** The SDK version */
88
// x-release-please-start-version
9-
public static final String VERSION_NAME = "6.28.0";
9+
public static final String VERSION_NAME = "6.29.0";
1010
// x-release-please-end
1111
}
1212

0 commit comments

Comments
 (0)