diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1ca56a0..7eaa6937 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
+## [v7.10.0](https://github.com/treydock/puppet-module-keycloak/tree/v7.10.0) (2021-09-22)
+
+[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.9.1...v7.10.0)
+
+### Added
+
+- Add feature `user_managed_access_allowed` property [\#211](https://github.com/treydock/puppet-module-keycloak/pull/211) ([rdcuzins](https://github.com/rdcuzins))
+
+### Fixed
+
+- Fix and tune mangement interface definitions for both master and slave [\#217](https://github.com/treydock/puppet-module-keycloak/pull/217) ([kibahop](https://github.com/kibahop))
+
## [v7.9.1](https://github.com/treydock/puppet-module-keycloak/tree/v7.9.1) (2021-09-16)
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v7.9.0...v7.9.1)
diff --git a/REFERENCE.md b/REFERENCE.md
index 0a916350..73953954 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -3449,6 +3449,14 @@ ssoSessionMaxLifespanRememberMe
Supported Locales
+##### `user_managed_access_allowed`
+
+Valid values: ``true``, ``false``
+
+userManagedAccessAllowed
+
+Default value: `false`
+
##### `verify_email`
Valid values: ``true``, ``false``
@@ -3465,7 +3473,6 @@ The following parameters are available in the `keycloak_realm` type.
* [`manage_roles`](#manage_roles)
* [`name`](#name)
* [`provider`](#provider)
-* [`user_managed_access_allowed`](#user_managed_access_allowed)
##### `id`
@@ -3490,10 +3497,6 @@ The realm name
The specific backend to use for this `keycloak_realm` resource. You will seldom need to specify this --- Puppet will
usually discover the appropriate provider for your platform.
-##### `user_managed_access`
-
-Specifies if a user is able to manage their resources and permissions using the Account Management Console. Defaults to false.
-
### `keycloak_required_action`
Manage Keycloak required actions
diff --git a/metadata.json b/metadata.json
index fc15176e..f1cc7722 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "treydock-keycloak",
- "version": "7.9.1",
+ "version": "7.10.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",