diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6180eb92e..f7d510b30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d0ab993..1761ec84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. 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). +## [1.5.1](https://github.com/microsoft/kiota-java/compare/v1.5.0...v1.5.1) (2024-10-03) + + +### Bug Fixes + +* attempt to trigger release ([954b8e5](https://github.com/microsoft/kiota-java/commit/954b8e5b1a86058c93d226b2d19755b87943140c)) +* attempt to trigger release ([8914f9c](https://github.com/microsoft/kiota-java/commit/8914f9c81764fd7e52cc20af4a630c66248ca5f6)) +* upgrades to std uri template and additional date formats management ([df6208a](https://github.com/microsoft/kiota-java/commit/df6208a518744e2b41353219f295dc6941e51147)) + ## [1.5.0] - 2024-09-30 ### Added diff --git a/README.md b/README.md index 2fca2effd..ff8415b26 100644 --- a/README.md +++ b/README.md @@ -22,27 +22,27 @@ In `build.gradle` in the `dependencies` section: ```Groovy // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.1' // x-release-please-end implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.1' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.1' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.1' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.1' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.1' // x-release-please-end // x-release-please-start-version -implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.0' +implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.1' // x-release-please-end implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' ``` @@ -56,49 +56,49 @@ In `pom.xml` in the `dependencies` section: com.microsoft.kiota microsoft-kiota-abstractions - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-authentication-azure - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-http-okHttp - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-serialization-json - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-serialization-text - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-serialization-form - 1.5.0 + 1.5.1 com.microsoft.kiota microsoft-kiota-serialization-multipart - 1.5.0 + 1.5.1 diff --git a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java index a30d58f02..2cab0be73 100644 --- a/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java +++ b/components/http/okHttp/src/main/java/com/microsoft/kiota/http/middleware/options/UserAgentHandlerOption.java @@ -13,7 +13,7 @@ public UserAgentHandlerOption() {} private boolean enabled = true; @Nonnull private String productName = "kiota-java"; - @Nonnull private String productVersion = "1.5.0"; // x-release-please-version + @Nonnull private String productVersion = "1.5.1"; // x-release-please-version /** * Gets the product name to be used in the user agent header diff --git a/gradle.properties b/gradle.properties index 300e958a5..42657553b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ mavenMajorVersion = 1 mavenMinorVersion = 5 # x-release-please-end # x-release-please-start-patch -mavenPatchVersion = 0 +mavenPatchVersion = 1 # x-release-please-end mavenArtifactSuffix =