diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7dd1c89..6636214 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## v1.7.0 (2019-03-04)
+
+#### New Feature 🎉
+
+- [#68](https://github.com/Schniz/fnm/pull/68) Infer shells automatically, and `use` versions based on the current working directory (optional) ([@Schniz](https://github.com/Schniz))
+
+#### Committers: 1
+
+- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
+
## v1.6.2 (2019-03-04)
#### Bugfix 🐛
diff --git a/docs/fnm.svg b/docs/fnm.svg
index 40f8a59..4039a8d 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.7.0✡cat✡cat.nvmrc10.9.0✡fnminstallLookingfornodev10.9.0fordarwinx64Downloadinghttps://nodejs.org/dist/v10.9.0/node-v10.9.0-darwin-x64.tar.xzto~/.fnm/downloads/v10.9.0.tar.xzExtracting~/.fnm/downloads/v10.9.0.tar.xzto~/.fnm/node-versions/v10.9.0✡fnmuseLinking~/.fnm/currentto~/.fnm/node-versions/v10.9.0/installationUsingv10.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✡fnmi✡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 8bb152b..d4aa4ba 100644
--- a/library/Fnm__Package.re
+++ b/library/Fnm__Package.re
@@ -1 +1 @@
-let version = "1.6.2";
+let version = "1.7.0";
diff --git a/package.json b/package.json
index eabe6a9..708d986 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fnm",
- "version": "1.6.2",
+ "version": "1.7.0",
"description": "Fast and simple Node.js version manager, built in ReasonML",
"esy": {
"build": "pesy",