release version 1.6
diff --git a/pom.xml b/pom.xml
index 98cedd7..16f83dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>

 	<groupId>org.yaml</groupId>

 	<artifactId>snakeyaml</artifactId>

-	<version>1.6rc2</version>

+	<version>1.6</version>

 	<packaging>jar</packaging>

 	<properties>

         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b2bd622..938bd36 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -6,7 +6,7 @@
 		<author email="py4fun@gmail.com">Andrey Somov</author>

 	</properties>

 	<body>

-	    <release version="1.6" date="in Mercurial" description="introduce Tag class">

+	    <release version="1.6" date="2010-02-26" description="introduce Tag class">

 	        <action dev="py4fun" type="update">

                 Release Candidate 2 is available (2010-02-24)

             </action>