diff --git a/CHANGELOG.md b/CHANGELOG.md
index bbc1a1d..73bbf67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,27 @@
+## v1.19.0 (2020-03-09)
+
+#### New Feature 🎉
+
+- [#194](https://github.com/Schniz/fnm/pull/194) Add `fnm exec` to run commands with the fnm environment ([@Schniz](https://github.com/Schniz))
+- [#191](https://github.com/Schniz/fnm/pull/191) uninstall allow prefix (Closes [#121](https://github.com/Schniz/fnm/issues/121)) ([@tatchi](https://github.com/tatchi))
+- [#190](https://github.com/Schniz/fnm/pull/190) Add majorVersion option to ls-remote ([@tatchi](https://github.com/tatchi))
+
+#### Bugfix 🐛
+
+- [#200](https://github.com/Schniz/fnm/pull/200) Do not repeat installation prompt for unrecognized versions ([@tatchi](https://github.com/tatchi))
+- [#197](https://github.com/Schniz/fnm/pull/197) Fix capitalization of message in Use.re ([@waldyrious](https://github.com/waldyrious))
+
+#### Internal 🛠
+
+- [#202](https://github.com/Schniz/fnm/pull/202) Update rely ([@tatchi](https://github.com/tatchi))
+- [#192](https://github.com/Schniz/fnm/pull/192) Bump ocaml to 4.08 ([@tatchi](https://github.com/tatchi))
+
+#### Committers: 3
+
+- Corentin Leruth ([@tatchi](https://github.com/tatchi))
+- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
+- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious))
+
## v1.18.1 (2019-12-30)
#### Bugfix 🐛
diff --git a/docs/fnm.svg b/docs/fnm.svg
index 2845e2b..3e72c9d 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.19.0✡cat✡cat.nvmrc10.9.0✡fnminstallVersionv10.9.0wassuccessfullydownloaded✡fnmuseUsingv10.9.0✡node-vv10.9.0✡e✡ev✡eva✡eval`✡eval`f✡eval`fn✡eval`fnme✡eval`fnmen✡eval`fnmenv✡fnm-✡fnm--✡fnm--v✡fnm--ve✡fnm--ver✡fnm--vers✡fnm--versi✡fnm--versio✡c✡ca✡cat.✡cat.n✡cat.nv✡cat.nvm✡cat.nvmr✡fnmin✡fnmins✡fnminst✡fnminsta✡fnminstal✡fnmu✡fnmus✡n✡no✡nod✡node✡node-
\ No newline at end of file
diff --git a/library/Fnm__Package.re b/library/Fnm__Package.re
index 7ee30c1..5bd3911 100644
--- a/library/Fnm__Package.re
+++ b/library/Fnm__Package.re
@@ -1 +1 @@
-let version = "1.18.1";
+let version = "1.19.0";
diff --git a/package.json b/package.json
index aeb35d4..90ccccc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fnm",
- "version": "1.18.1",
+ "version": "1.19.0",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",