diff --git a/CHANGELOG.md b/CHANGELOG.md
index cdf28143..490befa5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+# v1.22 - Big Findy Tunes.
+
+### New Features:
+
+* Show larger tab thumbnails when there is extra space. ‼️ 💯
+* Add a search box to quickly filter your tabs. 🔍
+
+### Fixes:
+
+* Click on find icon to focus the find bar. 🌁
+* Toolbar icons correctly change color in dark themes. (Fixes #305.)
+* Load thumbnails for all sites. 💅🖼 (Fixes #411, #415, #167, #353.)
+* Make sure the splitter doesn’t grow too large. 🐞 (Fixes #414.)
+* Resize on deleting a tab.
+* Only show light pin if dark theme in linux.
+* Don't show the really wide splitter in fullscreen. 👀 (Fixes #392.)
+
# v1.21 - Sidebar updates, part 1.
The first batch of sidebar changes…
diff --git a/install.rdf b/install.rdf
index 379b62ac..b6ca7ac7 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,7 +5,7 @@
2
true
Tab Center
- 1.21
+ 1.22
https://github.com/bwinton/VerticalTabs
https://people.mozilla.com/~bwinton/TabCenter/tab-center.update.rdf
resource://tabcenter/skin/icon.png
diff --git a/package.json b/package.json
index 002dddfd..c6ce748c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tab-center",
- "version": "1.21.0",
+ "version": "1.22.0",
"description": "Tab Center is an attempt to solve some of the issues that have emerged from the way people use tabs (most notably the “too many tabs” problem) and provide a more versatile UI basis for future innovation. The first version of this Firefox add-on arranges tabs in a vertical rather than horizontal fashion. It is heavily inspired by and borrows ideas from the excellent VerticalTabs add-on.",
"main": "bootstrap.js",
"directories": {
diff --git a/tab-center.update.rdf b/tab-center.update.rdf
index e0a5f957..c4ea9402 100644
--- a/tab-center.update.rdf
+++ b/tab-center.update.rdf
@@ -5,7 +5,7 @@
- 1.21
+ 1.22
{ec8030f7-c20a-464f-9b0e-13a3a9e97384}