diff --git a/CHANGELOG.md b/CHANGELOG.md
index 944776ee2cdfa20c1a362c0bedb11fea6fbc2e98..193ec8ef9d6116d1648dbd5e9db30eda084b12bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,10 +6,13 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
 
 ## [Unreleased]
 
+## [0.9.3] - 2017-12-01
+
 ### Added
 
 * Support for alias while asking for facets.
 * Support for general configuration via environment variables and configuration files.
+* `IgnoreIndexConflict` field in Txn which allows ignoring conflicts on index keys.
 
 ### Fixed
 
@@ -22,6 +25,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
 * Abort if CommitNow flag is set and the mutation fails.
 * Live loader treats subjects/predicates that look like UIDs as existing nodes
   rather than new nodes.
+* Fix bug in `@groupby` queries where predicate was converted to lower case in queries.
 
 ### Changed
 
@@ -30,6 +34,7 @@ and this project will adhere to [Semantic Versioning](http://semver.org/spec/v2.
 * Store/Restore peer map on snapshot.
 * Fix rdfs per second reporting in live loader.
 * Fix bug in lru eviction.
+* Proto definitions are split into intern and api.
 
 ## [0.9.2] - 2017-11-20
 
diff --git a/wiki/scripts/build.sh b/wiki/scripts/build.sh
index 48e3e5e4de92b8361ca89348c18666576d3cbfad..d70dc66d02a97a605eec7ba20b41e2b309a54f46 100755
--- a/wiki/scripts/build.sh
+++ b/wiki/scripts/build.sh
@@ -19,8 +19,9 @@ HOST=https://docs.dgraph.io
 # append '(latest)' to the version string, and build script can place the
 # artifact in an appropriate location
 VERSIONS_ARRAY=(
-'v0.9.2'
+'v0.9.3'
 'master'
+'v0.9.2'
 'v0.9.1'
 'v0.9.0'
 'v0.8.3'