diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..48169398
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+## 0.0.6
+
+* Added: `winamp.appendTracks()`.
+* Added: `winamp.setTracksToPlay()`.
+* Changed: We no-longer try to center on window resize.
+* Meta: Added real documentation!
+* Meta: Remove lots of garbage from the NPM build.
+
+## Prehistory
+
+In all older versions, the API was not stable enough to merit a changelog.
diff --git a/docs/ussage.md b/docs/ussage.md
index 1b6f5d3d..a4900254 100644
--- a/docs/ussage.md
+++ b/docs/ussage.md
@@ -12,7 +12,7 @@ Or, you can include it via a script tag:
```html
-
+
```
## Create a container
diff --git a/package.json b/package.json
index cb50d135..a00b2cc3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "winamp2-js",
- "version": "0.0.5",
+ "version": "0.0.6",
"description": "Winamp 2 implemented in HTML5 and JavaScript",
"main": "built/winamp.bundle.js",
"files": [