diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 3800c0691..064e56a8b 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.8.0"
+ ".": "1.8.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62ebcbc3b..2020abd16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,14 @@ 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.8.1](https://github.com/microsoft/kiota-java/compare/v1.8.0...v1.8.1) (2024-12-19)
+
+
+### Bug Fixes
+
+* aligns http attributes names with latest open telemetry specification ([d38411a](https://github.com/microsoft/kiota-java/commit/d38411a5d4351b2b0ed5f59180d278ee16813064))
+* aligns retry handler attributes with latest open telemetry specification ([2e15fa5](https://github.com/microsoft/kiota-java/commit/2e15fa54b50dfd6eedc552a20d477e1d551527e7))
+
## [1.8.0](https://github.com/microsoft/kiota-java/compare/v1.7.0...v1.8.0) (2024-11-14)
diff --git a/README.md b/README.md
index f6723e5e0..765866a13 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.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.8.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.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.1'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.1'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.1'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.1'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.1'
// x-release-please-end
// x-release-please-start-version
-implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.0'
+implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.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.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-authentication-azure
- 1.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-http-okHttp
- 1.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-serialization-json
- 1.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-serialization-text
- 1.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-serialization-form
- 1.8.0
+ 1.8.1
com.microsoft.kiota
microsoft-kiota-serialization-multipart
- 1.8.0
+ 1.8.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 e41b70049..87aa229e3 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.8.0"; // x-release-please-version
+ @Nonnull private String productVersion = "1.8.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 c0e3095ed..23320030c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -31,7 +31,7 @@ mavenMajorVersion = 1
mavenMinorVersion = 8
# x-release-please-end
# x-release-please-start-patch
-mavenPatchVersion = 0
+mavenPatchVersion = 1
# x-release-please-end
mavenArtifactSuffix =