diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39e857ebec..82dca8f275 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.1.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.1.0) (2021-04-12)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.3...v7.1.0)
+
+### Added
+
+- Add new common repo which contains add-ons [\#1190](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1190) ([jorhett](https://github.com/jorhett))
+
+## [v7.0.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.3) (2021-04-12)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.2...v7.0.3)
+
## [v7.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v7.0.2) (2021-03-15)
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v7.0.1...v7.0.2)
diff --git a/REFERENCE.md b/REFERENCE.md
index 472d529551..37b25d5d07 100644
--- a/REFERENCE.md
+++ b/REFERENCE.md
@@ -177,6 +177,7 @@ The following parameters are available in the `postgresql::globals` class:
* [`postgis_version`](#postgis_version)
* [`repo_proxy`](#repo_proxy)
* [`repo_baseurl`](#repo_baseurl)
+* [`yum_repo_commonurl`](#yum_repo_commonurl)
* [`needs_initdb`](#needs_initdb)
* [`encoding`](#encoding)
* [`locale`](#locale)
@@ -502,6 +503,14 @@ Sets the baseurl for the PostgreSQL repository. Useful if you host your own mirr
Default value: ``undef``
+##### `yum_repo_commonurl`
+
+Data type: `Any`
+
+Sets the url for the PostgreSQL common Yum repository. Useful if you host your own mirror of the YUM repository.
+
+Default value: ``undef``
+
##### `needs_initdb`
Data type: `Any`
diff --git a/metadata.json b/metadata.json
index fdae91d772..f1e0161f42 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-postgresql",
- "version": "7.0.3",
+ "version": "7.1.0",
"author": "puppetlabs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "Apache-2.0",