diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffa39803..ed1193dd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
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).
+## [v13.0.0](https://github.com/treydock/puppet-module-keycloak/tree/v13.0.0) (2024-10-19)
+
+[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.1...v13.0.0)
+
+### Changed
+
+- Require stdlib 9.x and update module dependency version ranges [\#324](https://github.com/treydock/puppet-module-keycloak/pull/324) ([treydock](https://github.com/treydock))
+- Adjust keycloak\_required\_action resource to not use metaparameter alias [\#321](https://github.com/treydock/puppet-module-keycloak/pull/321) ([TuningYourCode](https://github.com/TuningYourCode))
+
## [v12.1.1](https://github.com/treydock/puppet-module-keycloak/tree/v12.1.1) (2024-10-19)
[Full Changelog](https://github.com/treydock/puppet-module-keycloak/compare/v12.1.0...v12.1.1)
diff --git a/README.md b/README.md
index 92940b43..7d3e2397 100644
--- a/README.md
+++ b/README.md
@@ -196,7 +196,7 @@ This module may work on earlier versions but this is the only version tested.
| 19.x - 21.x | 9.x |
| 21.x | 10.x |
| 22.x - 24.x | 11.x |
-| 25.x | 12.x |
+| 25.x | 12.x - 13.x |
| -----------------|---------------------------------|
## Usage
diff --git a/REFERENCE.md b/REFERENCE.md
index 73cf8633..5503a4bb 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -3854,7 +3854,6 @@ Manage Keycloak required actions
```puppet
keycloak_required_action { 'webauthn-register on master':
ensure => present,
- alias => 'webauthn-register',
provider_id => 'webauthn-register',
display_name => 'Webauthn Register',
default => true,
@@ -3916,16 +3915,11 @@ Required action priority
The following parameters are available in the `keycloak_required_action` type.
-* [`alias`](#-keycloak_required_action--alias)
* [`name`](#-keycloak_required_action--name)
* [`provider`](#-keycloak_required_action--provider)
* [`provider_id`](#-keycloak_required_action--provider_id)
* [`realm`](#-keycloak_required_action--realm)
-##### `alias`
-
-Alias.
-
##### `name`
namevar
@@ -3939,7 +3933,7 @@ Puppet will usually discover the appropriate provider for your platform.
##### `provider_id`
-providerId of the required action. Default to `alias`
+providerId of the required action.
##### `realm`
diff --git a/metadata.json b/metadata.json
index 31e09925..97d0b0b8 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "treydock-keycloak",
- "version": "12.1.1",
+ "version": "13.0.0",
"author": "treydock",
"summary": "Keycloak Puppet module",
"license": "Apache-2.0",