Release notes for Gerrit 2.12.7

Change-Id: I45a879dd32f1a48249f01ceb3b167ad93c039189
diff --git a/releases/2.12.md b/releases/2.12.md
index 4ed003b..ee8e8e5 100644
--- a/releases/2.12.md
+++ b/releases/2.12.md
@@ -1,6 +1,7 @@
 # Gerrit 2.12
 
-Download: **[2.12.6](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.6.war)**
+Download: **[2.12.7](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.7.war)**
+| [2.12.6](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.6.war)
 | [2.12.5](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.5.war)
 | [2.12.4](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.4.war)
 | [2.12.3](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.3.war)
@@ -8,7 +9,8 @@
 | [2.12.1](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.1.war)
 | [2.12](https://gerrit-releases.storage.googleapis.com/gerrit-2.12.war)
 
-Documentation: **[2.12.6](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.6/index.html)**
+Documentation: **[2.12.7](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.7/index.html)**
+| [2.12.6](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.6/index.html)**
 | [2.12.5](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.5/index.html)
 | [2.12.4](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.4/index.html)
 | [2.12.3](https://gerrit-documentation.storage.googleapis.com/Documentation/2.12.3/index.html)
@@ -598,6 +600,27 @@
 
 ## Bugfix Releases
 
+### 2.12.7 {#2.12.7}
+
+* [Issue 4930](https://bugs.chromium.org/p/gerrit/issues/detail?id=4930)
+Allow submit of merge commit of a branch that is not a change.
+
+  A regression introduced in 2.12.6 prevented a merge commit from being
+  submitted if it merges a branch that is not associated to a change.
+
+* Avoid unnecessary group visibility checks in list-groups REST endpoint.
+
+  The list-groups REST API call checked group visibility even for those
+  groups which were filtered out. In a system with 10-20K of groups, this
+  could cause 30-60 seconds delay when checking if the current user can see
+  a group.
+
+* Download Commands plugin: Fix HTTP clone command inconsistency.
+
+  When cloning a project using HTTP schema, the `/a` in the URL was added
+  only when choosing to clone without the commit hook. Now the URL is the
+  same in both cases.
+
 ### 2.12.6 {#2.12.6}
 
 * [Issue 4158](https://bugs.chromium.org/p/gerrit/issues/detail?id=4158):