Skip to content

Commit 6ee4577

Browse files
authored
Merge pull request #1607 from microsoft/release-please--branches--main
chore(main): release 1.5.1
2 parents 954b8e5 + ae66d64 commit 6ee4577

File tree

5 files changed

+26
-17
lines changed

5 files changed

+26
-17
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-
".": "1.5.0"
2+
".": "1.5.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) (2024-10-03)
9+
10+
11+
### Bug Fixes
12+
13+
* attempt to trigger release ([954b8e5](https://github.com/microsoft/kiota-java/commit/954b8e5b1a86058c93d226b2d19755b87943140c))
14+
* attempt to trigger release ([8914f9c](https://github.com/microsoft/kiota-java/commit/8914f9c81764fd7e52cc20af4a630c66248ca5f6))
15+
* upgrades to std uri template and additional date formats management ([df6208a](https://github.com/microsoft/kiota-java/commit/df6208a518744e2b41353219f295dc6941e51147))
16+
817
## [1.5.0] - 2024-09-30
918

1019
### Added

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,27 @@ In `build.gradle` in the `dependencies` section:
2222

2323
```Groovy
2424
// x-release-please-start-version
25-
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.0'
25+
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.1'
2626
// x-release-please-end
2727
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0'
2828
// x-release-please-end
2929
// x-release-please-start-version
30-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.0'
30+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.1'
3131
// x-release-please-end
3232
// x-release-please-start-version
33-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.0'
33+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.1'
3434
// x-release-please-end
3535
// x-release-please-start-version
36-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.0'
36+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.1'
3737
// x-release-please-end
3838
// x-release-please-start-version
39-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.0'
39+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.1'
4040
// x-release-please-end
4141
// x-release-please-start-version
42-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.0'
42+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.1'
4343
// x-release-please-end
4444
// x-release-please-start-version
45-
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.0'
45+
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.1'
4646
// x-release-please-end
4747
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
4848
```
@@ -56,49 +56,49 @@ In `pom.xml` in the `dependencies` section:
5656
<groupId>com.microsoft.kiota</groupId>
5757
<artifactId>microsoft-kiota-abstractions</artifactId>
5858
<!--x-release-please-start-version-->
59-
<version>1.5.0</version>
59+
<version>1.5.1</version>
6060
<!--x-release-please-end-->
6161
</dependency>
6262
<dependency>
6363
<groupId>com.microsoft.kiota</groupId>
6464
<artifactId>microsoft-kiota-authentication-azure</artifactId>
6565
<!--x-release-please-start-version-->
66-
<version>1.5.0</version>
66+
<version>1.5.1</version>
6767
<!--x-release-please-end-->
6868
</dependency>
6969
<dependency>
7070
<groupId>com.microsoft.kiota</groupId>
7171
<artifactId>microsoft-kiota-http-okHttp</artifactId>
7272
<!--x-release-please-start-version-->
73-
<version>1.5.0</version>
73+
<version>1.5.1</version>
7474
<!--x-release-please-end-->
7575
</dependency>
7676
<dependency>
7777
<groupId>com.microsoft.kiota</groupId>
7878
<artifactId>microsoft-kiota-serialization-json</artifactId>
7979
<!--x-release-please-start-version-->
80-
<version>1.5.0</version>
80+
<version>1.5.1</version>
8181
<!--x-release-please-end-->
8282
</dependency>
8383
<dependency>
8484
<groupId>com.microsoft.kiota</groupId>
8585
<artifactId>microsoft-kiota-serialization-text</artifactId>
8686
<!--x-release-please-start-version-->
87-
<version>1.5.0</version>
87+
<version>1.5.1</version>
8888
<!--x-release-please-end-->
8989
</dependency>
9090
<dependency>
9191
<groupId>com.microsoft.kiota</groupId>
9292
<artifactId>microsoft-kiota-serialization-form</artifactId>
9393
<!--x-release-please-start-version-->
94-
<version>1.5.0</version>
94+
<version>1.5.1</version>
9595
<!--x-release-please-end-->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.microsoft.kiota</groupId>
9999
<artifactId>microsoft-kiota-serialization-multipart</artifactId>
100100
<!--x-release-please-start-version-->
101-
<version>1.5.0</version>
101+
<version>1.5.1</version>
102102
<!--x-release-please-end-->
103103
</dependency>
104104
<dependency>

components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public UserAgentHandlerOption() {}
1313

1414
private boolean enabled = true;
1515
@Nonnull private String productName = "kiota-java";
16-
@Nonnull private String productVersion = "1.5.0"; // x-release-please-version
16+
@Nonnull private String productVersion = "1.5.1"; // x-release-please-version
1717

1818
/**
1919
* Gets the product name to be used in the user agent header

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mavenMajorVersion = 1
3131
mavenMinorVersion = 5
3232
# x-release-please-end
3333
# x-release-please-start-patch
34-
mavenPatchVersion = 0
34+
mavenPatchVersion = 1
3535
# x-release-please-end
3636
mavenArtifactSuffix =
3737

0 commit comments

Comments
 (0)