remove template_dir from rebar.config and update changelog for 2.3.1 release
diff --git a/CHANGES.md b/CHANGES.md
index 31e8f61..22d7c9c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,9 +1,12 @@
-Version 2.3.1 released XXXX-XX-XX
+Version 2.3.1 released 2012-03-31
 
 * Fix edoc warnings (#63)
 * Fix mochiweb_html handling of invalid charref sequences (unescaped &) (#69).
 * Add a manual garbage collection between requests to avoid worst case behavior
   on keep-alive sockets.
+* Fix dst cookie bug (#73)
+* Removed unnecessary template_dir option, see
+  https://github.com/basho/rebar/issues/203
 
 Version 2.3.0 released 2011-10-14
 
@@ -33,4 +36,3 @@
 * Added new `mochijson2:decode/2` with `{format, struct | proplist | eep18}`
   options for easy decoding to various proplist formats. Also added encoding
   support for eep18 style objects.
-
diff --git a/rebar.config b/rebar.config
index a798357..615cccd 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,6 @@
 {erl_opts, [debug_info]}.
 {cover_enabled, true}.
 {eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.
-{template_dir, "support/templates/"}.
 {dialyzer_opts, [{warnings, [no_return,
                              no_unused,
                              no_improper_lists,