diff --git a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj
index 462af103ade2..c05f22a07a21 100644
--- a/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj
+++ b/src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj
@@ -12,13 +12,14 @@
+ - Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
+ - Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
+ - Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
+ - Added support for SecureOutput on all activities
+ - Added new BatchCount property on ForEach activity which control how many concurrent activities to run
+ - Added new Filter Activity
+ - Added Linked Service Parameters support
+ ]]>
diff --git a/src/SDKs/DataFactory/Management.DataFactory/changelog.md b/src/SDKs/DataFactory/Management.DataFactory/changelog.md
index 49a57c768f67..9beda5b877fd 100644
--- a/src/SDKs/DataFactory/Management.DataFactory/changelog.md
+++ b/src/SDKs/DataFactory/Management.DataFactory/changelog.md
@@ -1,20 +1,16 @@
# Changelog for the Azure Data Factory V2 .NET SDK
-## Version 0.7.0-preview
-
-### Feature Additions
- * Add AzureDatabricks LinkedService and DatabricksNotebook Activity
- * Add headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService.
- * Add LinkedService, Dataset, CopySource for SalesforceMarketingCloud
-
## Version 0.6.0-preview
### Feature Additions
- * SecureOutput and BatchCount
- * Filter Activity
- * Linked Service Parameters
- * FilterActivity
-
+ * Added new AzureDatabricks LinkedService and DatabricksNotebook Activity
+ * Added headNodeSize and dataNodeSize properties in HDInsightOnDemand LinkedService
+ * Added LinkedService, Dataset, CopySource for SalesforceMarketingCloud
+ * Added support for SecureOutput on all activities
+ * Added new BatchCount property on ForEach activity which control how many concurrent activities to run
+ * Added new Filter Activity
+ * Added Linked Service Parameters support
+
## Version 0.5.0-preview
### Feature Additions