diff --git a/slate/source/includes/changelog.md b/slate/source/includes/changelog.md
index f8040e8f..63502bbb 100644
--- a/slate/source/includes/changelog.md
+++ b/slate/source/includes/changelog.md
@@ -4,7 +4,7 @@ The following table lists the changes made to these standards in reverse date or
|Change Date|Version|Description|Detail Of change|
|-----------|-------|-----------|----------------|
-|TBC | 1.27.0 | Changes TBC | See [release notes](includes/releasenotes/releasenotes.1.27.0.html) and [Decision XXX](https://github.com/ConsumerDataStandardsAustralia/standards/issues/XXX) for details. |
+|05/10/2023| 1.27.0 | Changes arising from Decision 313 (Maintenance Iteration 16) | See [release notes](includes/releasenotes/releasenotes.1.27.0.html) and [Decision 313](https://github.com/ConsumerDataStandardsAustralia/standards/issues/313) for details. |
|24/08/2023| 1.26.0 | Changes to obligations for the implementation of Get Metrics | See [release notes](includes/releasenotes/releasenotes.1.26.0.html) and [Decision 322](https://github.com/ConsumerDataStandardsAustralia/standards/issues/322) for details. |
|08/07/2023| 1.25.0 | Changes arising from Decision 303 (Maintenance iteration 15) and Decision 288 (Metrics and NFRs) | See [release notes](includes/releasenotes/releasenotes.1.25.0.html), [Decision 303](https://github.com/ConsumerDataStandardsAustralia/standards/issues/303) and [Decision 288](https://github.com/ConsumerDataStandardsAustralia/standards/issues/288) for details. |
|07/05/2023| 1.24.0 | Changes arising from Decision 281 (Maintenance iteration 14) | See [release notes](includes/releasenotes/releasenotes.1.24.0.html) and [Decision 281](https://github.com/ConsumerDataStandardsAustralia/standards/issues/281) for details. |
diff --git a/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
index 5d4e7bda..6bc3b334 100644
--- a/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
+++ b/slate/source/includes/releasenotes/releasenotes.1.27.0.html.md
@@ -22,12 +22,13 @@ This release addresses the following minor defects raised on [Standards Staging]
This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):
- [Maintenance Issue 469 - Add isQueryParamUnsupported to MetaPaginated for schema validation](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/469)
+- [Maintenance Issue 611 - Clarification of Energy PRD Obligations](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611)
### Decision Proposals
This release addresses the following Decision Proposals published on [Standards](https://github.com/ConsumerDataStandardsAustralia/standards/issues):
-- [Decision Proposal xxx - Description](https://github.com/ConsumerDataStandardsAustralia/standards/issues/xxx)
+- [Decision Proposal 313 - Maintenance Iteration 16](https://github.com/ConsumerDataStandardsAustralia/standards/issues/313)
## General Changes
|Change|Description|Link|
@@ -55,6 +56,7 @@ This release addresses the following Decision Proposals published on [Standards]
|Change|Description|Link|
|------|-----------|----|
+| Clarification of Energy PRD Obligations | **[Standards Maintenance #611](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/611):** Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector | [Security Endpoints](../../#security-endpoints) |
## Register Standards
diff --git a/slate/source/includes/security/endpoints/_register.md b/slate/source/includes/security/endpoints/_register.md
index 9dfb3cff..cbff592a 100644
--- a/slate/source/includes/security/endpoints/_register.md
+++ b/slate/source/includes/security/endpoints/_register.md
@@ -1,4 +1,4 @@
-### Register Endpoints
+![image](https://github.com/ConsumerDataStandardsAustralia/standards-staging/assets/40985476/87db5359-6d31-476e-8589-ccdc8dc34599)### Register Endpoints
The CDR Register exposes an OIDC Configuration Endpoint with associated JWKS and token endpoints to facilitate issuance of access tokens to consume the protected Register APIs.
@@ -35,12 +35,15 @@ Host: cdr.register
```
+```diff
+Updated the description of the PublicBaseUri field to clarify requirements for the Energy sector
+```
Participants will be required to register base URIs against each of their brands to facilitate the implementation of the Consumer Data Standards
| Base URI | DH Brand | ADR Brand | Description
|-----------|------|------|-----------------------------------------------------------------------------------------------|
-|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication |
+|**PublicBaseUri**| | | Base URI for the Consumer Data Standard public endpoints. This should encompass all endpoints not requiring authentication.
Data Holders designated for the Energy sector are not required to expose energy product reference endpoints via their public base URI and are not required, but **MAY**, provide a redirect to the product reference endpoints hosted by the designated data holder. |
|**ResourceBaseUri**| | | Base URI for the Consumer Data Standard resource endpoints. This should encompass all CDS resource endpoints requiring authentication |
|**InfoSecBaseUri**| | | Base URI for the Consumer Data Standard InfoSec endpoints. This provides ADRs reference to the [OIDC Discovery Endpoint](https://openid.net/specs/openid-connect-discovery-1_0.html) |
|**AdminBaseUri**| | | Base URI for the Consumer Data Standard admin endpoints called by the CDR Register |
diff --git a/utils/release_notes_template.md b/utils/release_notes_template.md
index 5ab1330a..2be7b176 100644
--- a/utils/release_notes_template.md
+++ b/utils/release_notes_template.md
@@ -40,7 +40,7 @@ This release addresses the following Decision Proposals published on [Standards]
|------|-----------|----|
-## High-Level Standards
+## High Level Standards
|Change|Description|Link|
|------|-----------|----|