diff --git a/librevenge-0.0.2.tar.xz b/librevenge-0.0.2.tar.xz
deleted file mode 100644
index f864d50..0000000
--- a/librevenge-0.0.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f
-size 396628
diff --git a/librevenge-0.0.3.tar.xz b/librevenge-0.0.3.tar.xz
new file mode 100644
index 0000000..ea2b7df
--- /dev/null
+++ b/librevenge-0.0.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4
+size 420288
diff --git a/librevenge.changes b/librevenge.changes
index 9fefd3f..ad27732 100644
--- a/librevenge.changes
+++ b/librevenge.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Sat Dec 26 12:56:57 UTC 2015 - fstrba@suse.com
+
+- Version bump to 0.0.3:
+  * SVG generator: fix the center of rotation.
+  * Remove bashism in configure (libwpd#5).
+  * Fix some syntax errors in documentation.
+  * Text generator: handle footnotes and endnotes.
+  * Improve performance of RVNGPropertyListVector::append() and
+    RVNGBinaryData::append().
+  * Fix several crashes or hangs when reading broken OLE2 or Zip
+    files, found with the help of american-fuzzy-lop.
+  * Fix build with boost 1.59 (libwpd#6).
+  * Handle table:number-columns-repeated and
+    table:number-rows-repeated in all spreadsheet generators.
+  * CSV generator: handle rows with uneven number of columns
+    correctly.
+  * CSV generator: ignore empty rows at the end.
+  * Several minor improvements and fixes.
+
 -------------------------------------------------------------------
 Wed Nov 11 11:15:58 UTC 2015 - idonmez@suse.com
 
diff --git a/librevenge.spec b/librevenge.spec
index 6872f8f..e3ed597 100644
--- a/librevenge.spec
+++ b/librevenge.spec
@@ -19,7 +19,7 @@
 %global apiversion 0.0
 %global pkgextension 0_0-0
 Name:           librevenge
-Version:        0.0.2
+Version:        0.0.3
 Release:        0
 Summary:        A base library for writing document import filters
 License:        LGPL-2.1+ or MPL-2.0+
@@ -103,8 +103,6 @@ The %{name}-doc package contains documentation files for %{name}.
 %setup -q
 
 %build
-# Fix build with boost 1.59
-export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY"
 %configure \
 	--disable-static \
 	--disable-werror \