Bump version to 3.2.1 and update dependencies
diff --git a/rebar.config.script b/rebar.config.script
index 37b4852..9160dfb 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -154,9 +154,9 @@
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "3.2.0-RC2"}, [raw]},
+                   {tag, "3.2.1-RC1"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.2.7"}, [raw]},
+                   {tag, "v1.2.8"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
diff --git a/rel/reltool.config b/rel/reltool.config
index 9505041..27cc7c8 100644
--- a/rel/reltool.config
+++ b/rel/reltool.config
@@ -12,7 +12,7 @@
 
 {sys, [
     {lib_dirs, ["../src"]},
-    {rel, "couchdb", "3.2.0", [
+    {rel, "couchdb", "3.2.1", [
         %% stdlib
         asn1,
         compiler,
diff --git a/version.mk b/version.mk
index 5bdd8a2..48d8ca0 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 vsn_major=3
 vsn_minor=2
-vsn_patch=0
+vsn_patch=1