diff --git a/README.md b/README.md
index 5e99abf0..0ddb3d98 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Quick links:
The library supports the following Java environments:
- Java 8 (or higher)
-Current version - 1.13.10
+Current version - 1.13.11
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/main/msal4j-sdk/changelog.txt).
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
```
### Gradle
```gradle
-implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.10'
+implementation group: 'com.microsoft.azure', name: 'com.microsoft.aad.msal4j', version: '1.13.11'
```
## Usage
diff --git a/changelog.txt b/changelog.txt
index 380e95a4..24639066 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,7 @@
+Version 1.13.11
+=============
+- Hotfix for internal docs generation issue (#705)
+
Version 1.13.10
=============
- Remove default HTTP timeout (#664)
diff --git a/msal4j-sdk/README.md b/msal4j-sdk/README.md
index dce0869b..474499bc 100644
--- a/msal4j-sdk/README.md
+++ b/msal4j-sdk/README.md
@@ -16,7 +16,7 @@ Quick links:
The library supports the following Java environments:
- Java 8 (or higher)
-Current version - 1.13.10
+Current version - 1.13.11
You can find the changes for each version in the [change log](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/master/changelog.txt).
@@ -28,13 +28,13 @@ Find [the latest package in the Maven repository](https://mvnrepository.com/arti
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
```
### Gradle
```gradle
-compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.10'
+compile group: 'com.microsoft.azure', name: 'msal4j', version: '1.13.11'
```
## Usage
diff --git a/msal4j-sdk/bnd.bnd b/msal4j-sdk/bnd.bnd
index d3b2aa1a..0a14dff8 100644
--- a/msal4j-sdk/bnd.bnd
+++ b/msal4j-sdk/bnd.bnd
@@ -1,2 +1,2 @@
-Export-Package: com.microsoft.aad.msal4j;version="1.13.10"
+Export-Package: com.microsoft.aad.msal4j;version="1.13.11"
Automatic-Module-Name: com.microsoft.aad.msal4j
diff --git a/msal4j-sdk/pom.xml b/msal4j-sdk/pom.xml
index bd92dd15..847b32e7 100644
--- a/msal4j-sdk/pom.xml
+++ b/msal4j-sdk/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
jar
msal4j
diff --git a/msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml b/msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml
index 775c4e14..416d4d36 100644
--- a/msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml
+++ b/msal4j-sdk/src/samples/msal-b2c-web-sample/pom.xml
@@ -23,7 +23,7 @@
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
com.nimbusds
diff --git a/msal4j-sdk/src/samples/msal-obo-sample/pom.xml b/msal4j-sdk/src/samples/msal-obo-sample/pom.xml
index 86615a41..860ebce8 100644
--- a/msal4j-sdk/src/samples/msal-obo-sample/pom.xml
+++ b/msal4j-sdk/src/samples/msal-obo-sample/pom.xml
@@ -23,7 +23,7 @@
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
com.nimbusds
diff --git a/msal4j-sdk/src/samples/msal-web-sample/pom.xml b/msal4j-sdk/src/samples/msal-web-sample/pom.xml
index 2d06caed..bb6760fb 100644
--- a/msal4j-sdk/src/samples/msal-web-sample/pom.xml
+++ b/msal4j-sdk/src/samples/msal-web-sample/pom.xml
@@ -23,7 +23,7 @@
com.microsoft.azure
msal4j
- 1.13.10
+ 1.13.11
com.nimbusds