diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9722519..9272ca0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 3.7.0
+### Added
+- Add rule `Generic.Arrays.ArrayIndent` to ensure array elements are indented.
+
## 3.6.1
### Changed
- Allow use of stable version of `dealerdirect/phpcodesniffer-composer-installer`
diff --git a/src/GlobalCommon/ruleset.xml b/src/GlobalCommon/ruleset.xml
index 7171a4a..8497858 100644
--- a/src/GlobalCommon/ruleset.xml
+++ b/src/GlobalCommon/ruleset.xml
@@ -18,6 +18,7 @@
+