diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18919ad3..103aeafb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,24 @@
-## (next version)
+## 1.0.0
-* Deprecated: The misspelled `Winamp` construction option `avaliableSkins` has been deprecated in favor of `availableSkins`. `avaliableSkins` will continue to work, but will log a deprecation warning. [#533](https://github.com/captbaritone/webamp/pull/533) by [@remigallego](https://github.com/remigallego)
-* Added: `winamp.onClose()`.
-* Added: `winamp.onMinimize()`.
+**Important:** The NPM module as **moved** from `winamp2-js` to `webamp`. You will need to update your `package.json` to point to the new module.
+
+### Breaking
+
+* Project renamed from "Winamp2-js" to "Webamp".
+* UMD module exports as `window.Webamp` instead of `window.winamp2js`. When used via `
+
```
## Create a container
diff --git a/package.json b/package.json
index 143d7256..78f2d203 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webamp",
- "version": "0.0.6",
+ "version": "1.0.0",
"description": "Winamp 2 implemented in HTML5 and JavaScript",
"main": "built/webamp.bundle.js",
"files": [