diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index cabd88f5..9ecf0c89 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.1.10"}
\ No newline at end of file
+{".":"0.1.11"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35f0de00..3b200581 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
 # Changelog
 
+## [0.1.11](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.10...v0.1.11) (2024-12-10)
+
+
+### Dependency Updates
+
+* **deps:** update build digest to c847351 ([#538](https://github.com/validator-labs/validator-plugin-aws/issues/538)) ([c00790d](https://github.com/validator-labs/validator-plugin-aws/commit/c00790daea44b6d534fedbe525142e4c73514aa6))
+* **deps:** update build digest to de3e944 ([#537](https://github.com/validator-labs/validator-plugin-aws/issues/537)) ([4af93aa](https://github.com/validator-labs/validator-plugin-aws/commit/4af93aab3e762779a941d4cc5bd967c4069df4fa))
+* **deps:** update golang.org/x/exp digest to 43b7b7c ([#535](https://github.com/validator-labs/validator-plugin-aws/issues/535)) ([9d7140e](https://github.com/validator-labs/validator-plugin-aws/commit/9d7140e7de13cd94a5b01c9ac1a7698da755e682))
+* **deps:** update module github.com/validator-labs/validator to v0.1.14 ([#532](https://github.com/validator-labs/validator-plugin-aws/issues/532)) ([96b6a48](https://github.com/validator-labs/validator-plugin-aws/commit/96b6a480f5e0134a150a8834cd1e8b750dcbe6a5))
+
 ## [0.1.10](https://github.com/validator-labs/validator-plugin-aws/compare/v0.1.9...v0.1.10) (2024-11-27)
 
 
diff --git a/chart/validator-plugin-aws/Chart.yaml b/chart/validator-plugin-aws/Chart.yaml
index 8b50050d..e3ef9ea5 100644
--- a/chart/validator-plugin-aws/Chart.yaml
+++ b/chart/validator-plugin-aws/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
 name: validator-plugin-aws
 description: Perform various AWS validations (IAM, Service Quotas, Tags)
 type: application
-version: 0.1.10
+version: 0.1.11
 appVersion: 0.0.18
diff --git a/chart/validator-plugin-aws/README.md b/chart/validator-plugin-aws/README.md
index 97b8d742..47e8e826 100644
--- a/chart/validator-plugin-aws/README.md
+++ b/chart/validator-plugin-aws/README.md
@@ -24,7 +24,7 @@ The following table lists the configurable parameters of the Validator-plugin-aw
 | `controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation` |  | `false` |
 | `controllerManager.manager.containerSecurityContext.capabilities.drop` |  | `["ALL"]` |
 | `controllerManager.manager.image.repository` |  | `"quay.io/validator-labs/validator-plugin-aws"` |
-| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.10"` |
+| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.11"` |
 | `controllerManager.manager.resources.limits.cpu` |  | `"500m"` |
 | `controllerManager.manager.resources.limits.memory` |  | `"128Mi"` |
 | `controllerManager.manager.resources.requests.cpu` |  | `"10m"` |
diff --git a/chart/validator-plugin-aws/values.yaml b/chart/validator-plugin-aws/values.yaml
index 27708e3c..4fe4b7f3 100644
--- a/chart/validator-plugin-aws/values.yaml
+++ b/chart/validator-plugin-aws/values.yaml
@@ -31,7 +31,7 @@ controllerManager:
         - ALL
     image:
       repository: quay.io/validator-labs/validator-plugin-aws
-      tag: v0.1.10  # x-release-please-version
+      tag: v0.1.11  # x-release-please-version
     resources:
       limits:
         cpu: 500m