diff --git a/README.md b/README.md
index 6a0784fc1..b02f7ee91 100644
--- a/README.md
+++ b/README.md
@@ -55,11 +55,11 @@ Consuming this SDK via Maven is the preferred method of consuming it and using i
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
```
-Replace `1.11.5` in `1.11.5` with the latest release version for the SDK.
+Replace `1.11.6` in `1.11.6` with the latest release version for the SDK.
Look up the latest SDK version here: https://github.com/aws/aws-iot-device-sdk-java-v2/releases
### Build IoT Device SDK from source
@@ -183,4 +183,4 @@ We need your help in making this SDK great. Please participate in the community
This library is licensed under the Apache 2.0 License.
-Latest released version: v1.11.6
+Latest released version: v1.12.0
diff --git a/samples/BasicConnect/pom.xml b/samples/BasicConnect/pom.xml
index 099fbd0ed..e624c0870 100644
--- a/samples/BasicConnect/pom.xml
+++ b/samples/BasicConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/BasicPubSub/pom.xml b/samples/BasicPubSub/pom.xml
index e04ebcf85..54111a5fb 100644
--- a/samples/BasicPubSub/pom.xml
+++ b/samples/BasicPubSub/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/CognitoConnect/pom.xml b/samples/CognitoConnect/pom.xml
index 0c57617cd..8bbecdf42 100644
--- a/samples/CognitoConnect/pom.xml
+++ b/samples/CognitoConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/CustomAuthorizerConnect/pom.xml b/samples/CustomAuthorizerConnect/pom.xml
index f7ecacd4a..3ad69e449 100644
--- a/samples/CustomAuthorizerConnect/pom.xml
+++ b/samples/CustomAuthorizerConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/CustomKeyOpsConnect/pom.xml b/samples/CustomKeyOpsConnect/pom.xml
index 59dea22dc..ecaeb499d 100644
--- a/samples/CustomKeyOpsConnect/pom.xml
+++ b/samples/CustomKeyOpsConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/FleetProvisioning/pom.xml b/samples/FleetProvisioning/pom.xml
index c497a74fc..1959ef5e7 100644
--- a/samples/FleetProvisioning/pom.xml
+++ b/samples/FleetProvisioning/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/Greengrass/pom.xml b/samples/Greengrass/pom.xml
index b7b5fbb51..75e434d48 100644
--- a/samples/Greengrass/pom.xml
+++ b/samples/Greengrass/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/GreengrassIPC/pom.xml b/samples/GreengrassIPC/pom.xml
index 9b8588cd0..23860f472 100644
--- a/samples/GreengrassIPC/pom.xml
+++ b/samples/GreengrassIPC/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/JavaKeystoreConnect/pom.xml b/samples/JavaKeystoreConnect/pom.xml
index 2c94433e3..969379406 100644
--- a/samples/JavaKeystoreConnect/pom.xml
+++ b/samples/JavaKeystoreConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/Jobs/pom.xml b/samples/Jobs/pom.xml
index 7d6325463..dce93f5f8 100644
--- a/samples/Jobs/pom.xml
+++ b/samples/Jobs/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/Pkcs11Connect/pom.xml b/samples/Pkcs11Connect/pom.xml
index cb9c640e4..04b072469 100644
--- a/samples/Pkcs11Connect/pom.xml
+++ b/samples/Pkcs11Connect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/Shadow/pom.xml b/samples/Shadow/pom.xml
index f606d7d8c..e944cd503 100644
--- a/samples/Shadow/pom.xml
+++ b/samples/Shadow/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/WebsocketConnect/pom.xml b/samples/WebsocketConnect/pom.xml
index db7475423..d0b9b1bb9 100644
--- a/samples/WebsocketConnect/pom.xml
+++ b/samples/WebsocketConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/WindowsCertConnect/pom.xml b/samples/WindowsCertConnect/pom.xml
index 7cb616ed7..53c132eb3 100644
--- a/samples/WindowsCertConnect/pom.xml
+++ b/samples/WindowsCertConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6
diff --git a/samples/X509CredentialsProviderConnect/pom.xml b/samples/X509CredentialsProviderConnect/pom.xml
index 501146196..01c7fb833 100644
--- a/samples/X509CredentialsProviderConnect/pom.xml
+++ b/samples/X509CredentialsProviderConnect/pom.xml
@@ -20,7 +20,7 @@
software.amazon.awssdk.iotdevicesdk
aws-iot-device-sdk
- 1.11.5
+ 1.11.6