diff --git a/build.properties b/build.properties
index 108b97cb1d9c62ef409372b6c801b33d7f4696bc..e556c7bd403d64307cabd1215df55d114b24cbd1 100644
--- a/build.properties
+++ b/build.properties
@@ -2,8 +2,8 @@ project.name=PicaRecord
 project.channel=hab20.hab.de/service/pear
 project.majorVersion=0
 project.minorVersion=3
-project.patchLevel=0
-project.snapshot=true
+project.patchLevel=1
+project.snapshot=false
 
 component.type=php-library
 component.version=11
diff --git a/package.xml b/package.xml
index efd38a60cb95ffdacd36dd3bb1c61f25bd1f1a8b..07dba1620c3642b6ac3b500b9490f1632f2f6925 100644
--- a/package.xml
+++ b/package.xml
@@ -11,8 +11,7 @@
   <channel>${project.channel}</channel>
   <summary>Object oriented interface to Pica+ records</summary>
   <description>
-    PicaRecord provides an object oriented interface to Pica+ records,
-    fields, and subfields.
+    PicaRecord provides an object oriented interface to Pica+ records, fields, and subfields.
   </description>
   <lead>
     <name>David Maus</name>
@@ -32,10 +31,7 @@
   </stability>
   <license>GNU General Public License v3</license>
   <notes>
-    The PicaRecord package does not provide the means to read or write
-    Pica+ records. In order to do so you need to install the packages
-    PicaReader and PicaWriter that are available via this PEAR
-    channel, too.
+    The PicaRecord package does not provide the means to read or write Pica+ records. In order to do so you need to install the packages PicaReader and PicaWriter that are available via this PEAR channel, too.
   </notes>
   <contents>
     <dir baseinstalldir="/" name="/">
@@ -60,6 +56,21 @@
   </dependencies>
   <phprelease />
   <changelog>
+    <release>
+      <version>
+	<release>0.3.1</release>
+	<api>0.3</api>
+      </version>
+      <stability>
+	<release>stable</release>
+	<api>stable</api>
+      </stability>
+      <date>2012-04-17</date>
+      <license>GNU General Public License v3</license>
+      <notes>
+	* fix getFields() with selector in NestedRecord
+      </notes>
+    </release>
     <release>
       <version>
 	<release>0.3.0</release>