diff --git a/build.properties b/build.properties
index 35c46b1a..9760a90b 100644
--- a/build.properties
+++ b/build.properties
@@ -1 +1 @@
-project.version=2.4.7-SNAPSHOT
+project.version=2.4.7
diff --git a/repo.xml b/repo.xml
index c2f25a6b..cdc728fe 100644
--- a/repo.xml
+++ b/repo.xml
@@ -12,6 +12,17 @@
+
+
+ - Fixed: Compatibility with Internet Explorer
+ - Fixed: Removed use of deprecated xmldb functions for compatibility with eXist 5.0
+ - Fixed: Mime type and template for HTML5 and XHTML5 - #198
+ - Fixed: URL used for downloading r.js - #200
+ - Fixed: Recognize .xslt files as XML documents - #212
+ - Fixed: XQuery 'output' and 'html' snippeds - #213
+ - New: Added continuous integration facility for testing builds
+
+
- Fixed: Deletion of resources via DB Manager - #193