diff --git a/brainfuck-tut.cabal b/brainfuck-tut.cabal
--- a/brainfuck-tut.cabal
+++ b/brainfuck-tut.cabal
@@ -1,8 +1,5 @@
--- Initial brainfuck-tut.cabal generated by cabal init.  For further
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                brainfuck-tut
-version:             0.6.0.0
+version:             0.6.0.1
 synopsis:            A simple BF interpreter.
 license:             BSD3
 license-file:        LICENSE
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,11 @@
+0.6.0.1
+
+* update the changelog
+
+0.6.0.0
+
+* fix: jump logic now respects nesting
+
 0.5.1.3
 
 * Add changelog
