diff --git a/README.md b/README.md
index 182914d..a429f21 100644
--- a/README.md
+++ b/README.md
@@ -27,10 +27,10 @@ Change logs are auto-generated with commitizen.
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.72.0 |
-| [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.72.0 |
-| [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.72.0 |
-| [aws.self](#provider\_aws.self) | 5.72.0 |
+| [aws](#provider\_aws) | 5.73.0 |
+| [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.73.0 |
+| [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.73.0 |
+| [aws.self](#provider\_aws.self) | 5.73.0 |
## Modules
diff --git a/version.tf b/version.tf
index 83ac3c0..b25f43f 100644
--- a/version.tf
+++ b/version.tf
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-eks-dns"
- module_version = "0.0.1"
+ module_version = "0.1.1"
}