diff --git a/CHANGES.txt b/CHANGES.txt
index 371934f2..86739ba6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,63 @@
Apache Sqoop Change Log
+Release 1.4.1 - 02/01/2012
+
+ NEW FEATURES
+
+ SQOOP-362 Allow user to override mapping when doing import to AVRO format
+
+ SQOOP-337 Create Sqoop Logo / Icon
+
+ BUG FIXES
+
+ SQOOP-426 Build command ant mvn-install generates Sqoop pom with incorrect group Id.
+
+ SQOOP-392 Build using maven is broklend due to missing class generated by script write-version-info.sh
+
+ SQOOP-393 Class SqoopOptions was not properly moved
+
+ SQOOP-414 Column names are not guaranteed in order for getColumnNames of OracleManager
+
+ SQOOP-430 Duplicate Column problem with reserved words
+
+ SQOOP-395 Incorrect or missing SVN property settings
+
+ SQOOP-418 MySQLAuthTest hangs when run against MySQL 5.5.3 or higher version
+
+ SQOOP-384 Sqoop is incompatible with Hadoop prior to 0.21
+
+ SQOOP-422 Throw an exception when --direct and hbase* options are used together
+
+ SQOOP-421 User guide should state that when using --direct, hbase params get ignored
+
+ SQOOP-409 hive-drop-import-delims doesn't work with MySQL direct import
+
+ IMPROVEMENTS
+
+ SQOOP-432 Enforce writing space after if statement
+
+ SQOOP-397 Make Sqoop work with Hadoop 0.23
+
+ SQOOP-411 Precompile Pattern for replacement of Hive delimiters
+
+ SQOOP-420 sqoop - compatible with hadoop 1.0.0
+
+ TASKS
+
+ SQOOP-412 Create our own implementation of org.apache.hadoop.conf.Configuration.getInstances
+
+ SQOOP-405 Enable TestDataDrivenDBInputFormat for Hadoop 0.23 when appropriate
+
+ SQOOP-372 License Audit
+
+ SQOOP-400 Merge 1.4.0 release changes back to trunk
+
+ SQOOP-413 Port files org.apache.hadoop.mapreduce.lib.{db,input}.* from CDH3/Hadoop-0.21 to sqoop
+
+ SQOOP-356 move documentation generation to the maven build
+
+ SQOOP-396 publish sqoop artifacts to Apache Maven repo
+
Release 1.4.0 - 11/29/2011
NEW FEATURES
diff --git a/build.xml b/build.xml
index 9b8ac3a2..63bbc77f 100644
--- a/build.xml
+++ b/build.xml
@@ -40,7 +40,7 @@
-
+