diff --git a/AUTHORS b/AUTHORS
index d1c94ddb0cfc30..f6199ecfbd20ef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -59,3 +59,7 @@ Kris Kowal
Jacek Becela
Rob Ellis
Tim-Smart
+Herbert Vojčík
+Krishna Rajendran
+pyrotechnick
+Carson McDonald
diff --git a/ChangeLog b/ChangeLog
index 3532eda34e9b98..c5dce40bb4dc84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,15 @@
-2010.03.12, Version 0.1.32
+2010.03.19, Version 0.1.33
+
+ * Include lib/ directory in node executable. Compile on demand.
+
+ * evalcx clean ups (Isaac Z. Schlueter, Tim-Smart)
+
+ * Various fixes, clean ups
+
+ * V8 upgraded to 2.1.5
+
+
+2010.03.12, Version 0.1.32, 61c801413544a50000faa7f58376e9b33ba6254f
* Optimize event emitter for single listener
diff --git a/doc/api.txt b/doc/api.txt
index 38b4c8546970bf..0885b67997149d 100644
--- a/doc/api.txt
+++ b/doc/api.txt
@@ -1,7 +1,7 @@
NODE(1)
=======
Ryan Dahl
-Version, 0.1.32, 2010.03.12
+Version, 0.1.33, 2010.03.19
== NAME
diff --git a/doc/index.html b/doc/index.html
index 431dabbe2ff608..e93e036cedba96 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -96,8 +96,8 @@ Download
git repo
- 2010.03.12
- node-v0.1.32.tar.gz
+ 2010.03.19
+ node-v0.1.33.tar.gz
Build
diff --git a/wscript b/wscript
index ab998d367fa549..1dc666e9b90cad 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ from os.path import join, dirname, abspath
from logging import fatal
cwd = os.getcwd()
-VERSION="0.1.32"
+VERSION="0.1.33"
APPNAME="node.js"
import js2c