diff --git a/README.md b/README.md
index 1c528fec..121f5fe4 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Feel free to join [our Gitter chat room](https://gitter.im/DragonComputer/Lobby)
Download the [latest release](https://github.com/DragonComputer/Dragonfire/releases/latest) (the `.deb` file) and:
```Shell
-sudo dpkg -i dragonfire_0.9.5_amd64.deb
+sudo dpkg -i dragonfire_0.9.6_amd64.deb
```
To install the dependencies run `sudo apt-get -f install` right after the `dpkg -i` command.
diff --git a/debian/changelog b/debian/changelog
index de4118f4..2d809f52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+dragonfire (0.9.6) unstable; urgency=medium
+
+ * Migrated from PyPI SpeechRecognition package to Kaldi Speech Recognition Toolkit
+ * Migrated from festival cmu_us_clb_arctic voice to flite slt voice
+ * Kaldi GStreamer English model is added
+ * Google Search built-in commands are added
+ * Several minor bugs are fixed
+ * A number of experimental(non-functional) scripts are added
+
+ -- Mehmet Mert Yildiran Mon, 16 Oct 2017 21:57:32 +0000
+
dragonfire (0.9.5) unstable; urgency=medium
* Initial release (Closes: #869121)
diff --git a/debian/dragonfire.desktop b/debian/dragonfire.desktop
index 3bf8b790..805a0ce7 100644
--- a/debian/dragonfire.desktop
+++ b/debian/dragonfire.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Version=0.9.5
+Version=0.9.6
Type=Application
Name=Dragonfire
Comment=Virtual Assistant for Linux
diff --git a/setup.py b/setup.py
index 6c731424..3384922b 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ def pkgconfig(*packages):
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='0.9.5',
+ version='0.9.6',
description='Dragonfire is an open source virtual assistant project for Ubuntu based Linux distributions',
long_description=long_description,