diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index cf558b1..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,3 +0,0 @@
-* 0.0.1
-
-Initial version - here be dragons!
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 834952b..2f6894f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-owncloud-scanner (0.0.1)
-* **Security**: Security description here
-* **Backwards incompatible change**: Changes in the API
-* **New dependency**: New dependencies such as a new ownCloud or PHP version
-* **Bugfix**: Bugfix description
-* **Enhancement**: New feature description
\ No newline at end of file
+# 0.0.2
+
+* **Bugfix**: Drop binary dependencies for now, they seem to not work properly
+* Update README / LICENSE / TODO
+
+# 0.0.1
+
+* Initial version - here be dragons!
diff --git a/CHANGELOG.template.md b/CHANGELOG.template.md
new file mode 100644
index 0000000..834952b
--- /dev/null
+++ b/CHANGELOG.template.md
@@ -0,0 +1,6 @@
+owncloud-scanner (0.0.1)
+* **Security**: Security description here
+* **Backwards incompatible change**: Changes in the API
+* **New dependency**: New dependencies such as a new ownCloud or PHP version
+* **Bugfix**: Bugfix description
+* **Enhancement**: New feature description
\ No newline at end of file
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9741dd7..4e8870a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,11 +5,11 @@
Adds the ability to acquire images from a network-enabled or local scanner
AGPL
Greg Sutcliffe
- 0.0.1
+ 0.0.2
Scanner
tool
- scanimage
+
diff --git a/appinfo/version b/appinfo/version
new file mode 100644
index 0000000..4e379d2
--- /dev/null
+++ b/appinfo/version
@@ -0,0 +1 @@
+0.0.2