diff --git a/.changeset/brave-turtles-design.md b/.changeset/brave-turtles-design.md
deleted file mode 100644
index a6b4104933..0000000000
--- a/.changeset/brave-turtles-design.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@primer/css": patch
----
-
-Improve `AvatarStack` when hovering
diff --git a/.changeset/empty-hornets-kick.md b/.changeset/empty-hornets-kick.md
deleted file mode 100644
index 563a78a48a..0000000000
--- a/.changeset/empty-hornets-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@primer/css": patch
----
-
-Fix Overlay easing animation
diff --git a/.changeset/fresh-llamas-stare.md b/.changeset/fresh-llamas-stare.md
deleted file mode 100644
index 7dad3c6118..0000000000
--- a/.changeset/fresh-llamas-stare.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@primer/css": patch
----
-
-Fix nested `
` in footnotes
diff --git a/.changeset/quick-seas-tickle.md b/.changeset/quick-seas-tickle.md
deleted file mode 100644
index bd4d2c8fef..0000000000
--- a/.changeset/quick-seas-tickle.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@primer/css": patch
----
-
-Set FormControl color
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c464cb6ec..cd80a96332 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# @primer/css
+## 20.4.7
+
+### Patch Changes
+
+- [#2228](https://github.com/primer/css/pull/2228) [`b087282e`](https://github.com/primer/css/commit/b087282e5040a53a48b707bd94151a3b896659db) Thanks [@simurai](https://github.com/simurai)! - Improve `AvatarStack` when hovering
+
+* [#2269](https://github.com/primer/css/pull/2269) [`27266fcd`](https://github.com/primer/css/commit/27266fcd212af6256511a912fb85c303e1b3a4d9) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Fix Overlay easing animation
+
+- [#2260](https://github.com/primer/css/pull/2260) [`6569fb3a`](https://github.com/primer/css/commit/6569fb3a048e324fea63674077fee587b6b9912a) Thanks [@simurai](https://github.com/simurai)! - Fix nested `` in footnotes
+
+* [#2268](https://github.com/primer/css/pull/2268) [`2e2bc71b`](https://github.com/primer/css/commit/2e2bc71b78806e0ce81005e42871bc21ec829526) Thanks [@simurai](https://github.com/simurai)! - Set FormControl color
+
## 20.4.6
### Patch Changes
diff --git a/package.json b/package.json
index 6acac2903e..828c88298f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/css",
- "version": "20.4.6",
+ "version": "20.4.7",
"description": "The CSS implementation of GitHub's Primer Design System",
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",