diff --git a/docs/simplesamlphp-changelog.md b/docs/simplesamlphp-changelog.md
index 0bac1939266fa930a3aaa8ed03f8d5ea3e28c57b..c60528e1f265b255f0f87a773f647e68fd0257f7 100644
--- a/docs/simplesamlphp-changelog.md
+++ b/docs/simplesamlphp-changelog.md
@@ -8,7 +8,7 @@ See the upgrade notes for specific information about upgrading.
 
 ## Version 1.18.0
 
-Released 2019-08-02
+Released TBD
 
   * Replace custom Email class with the phpmailer library.
   * Allow to log to STDERR in the logging.handler option.
@@ -29,7 +29,18 @@ Released 2019-08-02
 
 ### Interoperability
   * The minimum PHP version required is now 5.6.
-  
+
+## Version 1.17.5
+
+Released 2019-08-02
+
+  * Fixed a bug in the SP API where NameID objects weren't taken care of (introduced in 1.17.0).
+  * Fixed a regression where MetaDataStorageHandlerPdo::getMetaData() would not return a value (#1165).
+  * Fixed an issue with table indexes (#1089).
+  * Fixed an issue with table migrations on SQlite (#1169).
+  * Fixed an issue with generated eduPersonTargetedID lacking a format specified (#1135).
+  * Updated composer dependencies.
+
 ## Version 1.17.4
 
 Released 2019-07-11