diff --git a/.README.html b/.README.html
index ab7ca06..29b5b35 100644
--- a/.README.html
+++ b/.README.html
@@ -163,15 +163,10 @@
Requirements
standard RHEL repositories, in case the Insights remediation is enabled
(and it is by default).
Collection requirements
-The role requires modules from community.general
. If you
-are using ansible-core
, you must install the
-community.general
collection. Use the file
-meta/collection-requirements.yml
to install it:
+The role requires modules from external collections. Use the
+following command to install them:
ansible-galaxy collection install -vv -r meta/collection-requirements.yml
-If you are using Ansible Engine 2.9, or are using an Ansible bundle
-which includes these collections/modules, you should have to do
-nothing.
Role Variables
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f29d94c..97d5b71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,23 @@
Changelog
=========
+[1.3.0] - 2023-12-04
+--------------------
+
+### New Features
+
+- feat: support for ostree systems (#145)
+
+### Other Changes
+
+- build(deps): Bump actions/checkout from 3 to 4 (#133)
+- ci: ensure dependabot git commit message conforms to commitlint (#136)
+- ci: tox-lsr version 3.1.1 (#141)
+- tests: use the containers.podman collection (#144)
+- tests: start candlepin container as privileged on EL 7 (#146)
+- chore: set a bash shebang recognized by ansible-test (#148)
+- ci: Bump actions/github-script from 6 to 7 (#149)
+
[1.2.5] - 2023-09-07
--------------------