diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 02e91507..2254b9fb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -76,6 +76,7 @@ New Modules
 
 - openstack.cloud.dns_zone_info - Getting information about dns zones
 - openstack.cloud.floating_ip_info - Get information about floating ips
+- openstack.cloud.address_scope - Create or delete address scopes from OpenStack
 
 v1.4.0
 ======
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 0558910c..d4c370a8 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -228,4 +228,7 @@ releases:
     - description: Get information about floating ips
       name: floating_ip_info
       namespace: ''
+    - description: Create or delete address scopes from OpenStack
+      name: address_scope
+      namespace: ''
     release_date: '2021-06-23'