Skip to content

Commit

Permalink
Merge pull request #1110 from microsoftgraph/release-please--branches…
Browse files Browse the repository at this point in the history
…--main--components--com.microsoft.graph.microsoft-graph-beta

chore(main): release 6.29.0
  • Loading branch information
Ndiritu authored Jan 22, 2025
2 parents 2d4c21f + de593fb commit ce7a439
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.28.0"
".": "6.29.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [6.29.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.28.0...v6.29.0) (2025-01-22)


### Features

* **generation:** update request builders and models ([2a9a832](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/2a9a832c4778a6b648ebae79ccf5c9ab9f10683e))
* **generation:** update request builders and models ([211abff](https://github.com/microsoftgraph/msgraph-beta-sdk-java/commit/211abffc142ea49301d85d6fd72726e3d3b6b722))

## [6.28.0](https://github.com/microsoftgraph/msgraph-beta-sdk-java/compare/v6.27.1...v6.28.0) (2025-01-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
dependencies {
// Include the sdk as a dependency
// x-release-please-start-version
implementation 'com.microsoft.graph:microsoft-graph-beta:6.28.0'
implementation 'com.microsoft.graph:microsoft-graph-beta:6.29.0'
// x-release-please-end
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
implementation 'com.azure:azure-identity:1.11.0'
Expand All @@ -39,7 +39,7 @@ Add the dependency in `dependencies` in pom.xml
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph-beta</artifactId>
<!--x-release-please-start-version-->
<version>6.28.0</version>
<version>6.29.0</version>
<!--x-release-please-end-->
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mavenArtifactId = microsoft-graph-beta
mavenMajorVersion = 6
# x-release-please-end
# x-release-please-start-minor
mavenMinorVersion = 28
mavenMinorVersion = 29
# x-release-please-end
# x-release-please-start-patch
mavenPatchVersion = 0
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/microsoft/graph/beta/info/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ private Constants() {
}
/** The SDK version */
// x-release-please-start-version
public static final String VERSION_NAME = "6.28.0";
public static final String VERSION_NAME = "6.29.0";
// x-release-please-end
}

0 comments on commit ce7a439

Please sign in to comment.