diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5967a22..c9330cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## v1.21.0 (2020-06-04)
+
+#### New Feature 🎉
+
+- [#220](https://github.com/Schniz/fnm/pull/220) Add `current` command to retrieve the current Node version ([@vladimyr](https://github.com/vladimyr))
+- [#210](https://github.com/Schniz/fnm/pull/210) Allow aliasing and removing an alias ([@Schniz](https://github.com/Schniz))
+
+#### Bugfix 🐛
+
+- [#217](https://github.com/Schniz/fnm/pull/217) Set version on new shell initialization in fish ([@jaredramirez](https://github.com/jaredramirez))
+- [#207](https://github.com/Schniz/fnm/pull/207) Format dotfiles versions before comparison ([@amitdahan](https://github.com/amitdahan))
+
+#### Committers: 4
+
+- Amit Dahan ([@amitdahan](https://github.com/amitdahan))
+- Dario Vladović ([@vladimyr](https://github.com/vladimyr))
+- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
+- Jared Ramirez ([@jaredramirez](https://github.com/jaredramirez))
+
## v1.20.0 (2020-03-22)
#### New Feature 🎉
diff --git a/docs/fnm.svg b/docs/fnm.svg
index f815101..67881a9 100644
--- a/docs/fnm.svg
+++ b/docs/fnm.svg
@@ -1 +1 @@
-
\ No newline at end of file
+✡✡eval✡eval`fnm✡eval`fnmenv`✡f✡fn✡fnm✡fnm--version1.21.0✡cat✡cat.nvmrc10.9.0✡fnminstallVersionv10.9.0wassuccessfullydownloaded✡fnmuseUsingv10.9.0✡node✡node-vv10.9.0✡e✡ev✡eva✡eval`✡eval`f✡eval`fn✡eval`fnme✡eval`fnmen✡eval`fnmenv✡fnm--✡fnm--v✡fnm--ve✡fnm--ver✡fnm--vers✡fnm--versio✡c✡ca✡cat.✡cat.n✡cat.nv✡cat.nvm✡cat.nvmr✡fnmin✡fnmins✡fnminst✡fnminsta✡fnminstal✡fnmu✡fnmus✡n✡no✡nod✡node-
\ No newline at end of file
diff --git a/library/Fnm__Package.re b/library/Fnm__Package.re
index 505e851..a9f7861 100644
--- a/library/Fnm__Package.re
+++ b/library/Fnm__Package.re
@@ -1 +1 @@
-let version = "1.20.0";
+let version = "1.21.0";
diff --git a/package.json b/package.json
index 6399161..09ee838 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fnm",
- "version": "1.20.0",
+ "version": "1.21.0",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",