diff --git a/changelog.md b/changelog.md
index 82d755b01..125133da2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,11 @@
# changelog
+### Thursday, 19/05/2016 - v2.0.2
+
+- No longer server-side pre-render brews, just incase the user entered invalid HTML, it might crahsh the server
+- Bumped up the allowed entity size for extra-large brew (Thanks for reporting it dickboner93)
+- Added a little error box when a save fails with a custom link to reporting the issue on github.
+
### Saturday, 14/05/2016 - v2.0.0 (finally!)
I've been working on v2 for a *very* long time. I want to thank you guys for being paitent.
diff --git a/client/homebrew/navbar/navbar.jsx b/client/homebrew/navbar/navbar.jsx
index 84f1daf1d..c83e768ac 100644
--- a/client/homebrew/navbar/navbar.jsx
+++ b/client/homebrew/navbar/navbar.jsx
@@ -11,7 +11,7 @@ var Navbar = React.createClass({
The Homebrewery
- v2.0.1
+ v2.0.2
{this.props.children}
diff --git a/package.json b/package.json
index 4ff504ce7..20699a034 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "naturalcrit",
"description": "D&D Tools for the discerning DM",
- "version": "2.0.1",
+ "version": "2.0.2",
"scripts": {
"postinstall": "gulp prod",
"start": "node server.js"