diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb371d7..c458ddd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+### 0.0.8 (2014-11-28)
+
+
+#### Bug Fixes
+
+* **actions:**
+ * before & after test execution ([d0ce489c](http://github.com/dalekjs/dalek/commit/d0ce489cb10f778df0ec9bc1576862827643a370))
+ * better screenshot handling ([ed50a6fd](http://github.com/dalekjs/dalek/commit/ed50a6fdc8b90b01566a2847ca9087689d42d777))
+* **build:** fix build process ([ff45eb3b](http://github.com/dalekjs/dalek/commit/ff45eb3bddd348aa65f3a17c8c440b13a3dd4292))
+* **tests:** removed undefined variable ([1ef624da](http://github.com/dalekjs/dalek/commit/1ef624daf6de321996daba10557a50e3e5a7dece))
+
+
+#### Features
+
+* **suite:** bind this to the current test ([37157057](http://github.com/dalekjs/dalek/commit/3715705799925dde865c36274ef05d7c7129c0da))
+
+
### v0.0.7 (2013-10-28)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 31f5707..b5443fb 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -1,5 +1,28 @@
Ain Tohvri
+Altiss
+Dan Woodward
+Jev Zelenkov
+Johannes Heimbach
+JulianLeviston
+Krister Kari
+Mathias Schaefer (molily)
+Niall O'Higgins
+Paulo Pires
+Peter Dave Hello
+RichCrook
+Robin Böhm
Rodney Rehm
Ryan Zec
Sebastian Golasch
-asciidisco
\ No newline at end of file
+Sebastian Hardt
+Shahar Roth
+Skachov, Oleksandr
+Vladimir Makhaev
+asciidisco
+deedubbleyoo
+gskachkov
+mdix
+ryanzec
+ryanzec
+stuartlangridge
+waffle.io
\ No newline at end of file
diff --git a/package.json b/package.json
index 26823b6..2b98f38 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dalekjs",
- "version": "0.0.8",
+ "version": "0.0.9",
"description": "A node based cross browser testing tool",
"main": "./lib/dalek.js",
"directories": {