Version 5.1.0M5

Signed-off-by: Matthias Koller <m.koller@peak-solution.de>
diff --git a/build.gradle b/build.gradle
index e304e47..9035cfa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@
  ********************************************************************************/
  
 group = 'org.eclipse.mdm'
-version = '5.1.0M5-SNAPSHOT'
+version = '5.1.0M5'
 
 description = 'mdm nucleus'
 apply plugin: 'war'
diff --git a/release_notes.md b/release_notes.md
index 0e91121..753d1dd 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -4,10 +4,29 @@
 * [mdmbl Eclipse Git Repositories](http://git.eclipse.org/c/?q=mdmbl)
 * [mdmbl nightly builds - last stable version](http://download.eclipse.org/mdmbl/nightly_master/?d)
 
+## Version 5.1.0M5, 2019/08/27 ##
+
+New Features:
+* Support for reading FILE_LINK and FILE_LINK_SEQUENCE with REST-API
+
+
+### API changes ###
+
+* Added REST endpoints test/files/{remotePath}, teststep/files/{remotePath} and measurement/files/{remotePath}
+* Attributes with datatype `FILE_LINK`/`FILE_LINK_SEQUENCE` will return JSON objects with properties `remotePath`, `mimeType` and `description` as value.
+
+### Changes ###
+
+* [546774](https://bugs.eclipse.org/bugs/show_bug.cgi?id=546774) - Add support for reading FILE_LINK_SEQUENCE attributes
+
+### Bugzilla Bugs fixed ###
+
+-
+
 ## Version 5.1.0M4, 2019/08/09 ##
 
 New Features:
- * Glassfish 5 Support
+ * Eclipse Glassfish 5 Support
 
 
 ### API changes ###