diff --git a/CHANGELOG.md b/CHANGELOG.md
index f36d7f8..e80675d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [1.1.2](https://github.com/nuxt-community/recaptcha-module/compare/v1.1.1...v1.1.2) (2023-03-21)
+
+
+### Bug Fixes
+
+* **types:** add missing optional properties to ReCaptchaOptions interface ([#121](https://github.com/nuxt-community/recaptcha-module/issues/121)) ([9370bd2](https://github.com/nuxt-community/recaptcha-module/commit/9370bd2))
+
+
+
## [1.1.1](https://github.com/nuxt-community/recaptcha-module/compare/v1.1.0...v1.1.1) (2022-05-24)
diff --git a/package.json b/package.json
index 3920bc9..59fa4ce 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/recaptcha",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Simple and easy Google reCAPTCHA integration with Nuxt.js",
"keywords": [
"nuxtjs",