diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dffccf..14e61b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
+## Release 1.1.0
+
+**Features**
+Updated module to consider the new location of the CA directory in Puppet 7
## Release 1.0
diff --git a/REFERENCE.md b/REFERENCE.md
new file mode 100644
index 0000000..1764655
--- /dev/null
+++ b/REFERENCE.md
@@ -0,0 +1,38 @@
+# Reference
+
+
+
+## Table of Contents
+
+### Classes
+
+* [`ca_expiry_check`](#ca_expiry_check): Notify if CA will expire within a set window Notifys on each puppet run should the CA Cert get within a specific window
+
+## Classes
+
+### `ca_expiry_check`
+
+Notify if CA will expire within a set window
+
+Notifys on each puppet run should the CA Cert get within a specific window
+
+#### Examples
+
+#####
+
+```puppet
+include ca_expiry_check
+```
+
+#### Parameters
+
+The following parameters are available in the `ca_expiry_check` class:
+
+* [`alertwindow`](#alertwindow)
+
+##### `alertwindow`
+
+Data type: `Integer`
+
+
+
diff --git a/metadata.json b/metadata.json
index 394f9d9..fd6979c 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "martyewings-ca_expiry_check",
- "version": "1.0.0",
+ "version": "1.1.0",
"author": "Marty Ewings",
"summary": "Tools for monitoring and notifying of impending Puppet CA expiry",
"license": "Apache-2.0",
@@ -57,7 +57,7 @@
"requirements": [
{
"name": "puppet",
- "version_requirement": ">= 4.10.0 < 7.0.0"
+ "version_requirement": ">= 4.10.0 < 8.0.0"
}
],
"pdk-version": "2.1.0",