diff --git a/CHANGELOG.md b/CHANGELOG.md
index 79367b5e0..138ff0d03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## v1.4.0
+
+- Microsoft.Azure.DurableTask.Core dependency increased to `3.0.0`
+
## v1.3.0
### Microsoft.DurableTask.Abstractions
diff --git a/eng/targets/Release.props b/eng/targets/Release.props
index 2d0c6ca93..8105d5749 100644
--- a/eng/targets/Release.props
+++ b/eng/targets/Release.props
@@ -17,7 +17,7 @@
- 1.3.0
+ 1.4.0
diff --git a/src/Abstractions/Abstractions.csproj b/src/Abstractions/Abstractions.csproj
index 9c20cb8aa..1770664b0 100644
--- a/src/Abstractions/Abstractions.csproj
+++ b/src/Abstractions/Abstractions.csproj
@@ -7,10 +7,10 @@
-
+
-
+
diff --git a/src/Abstractions/RELEASENOTES.md b/src/Abstractions/RELEASENOTES.md
index 24edceeca..a8a7452df 100644
--- a/src/Abstractions/RELEASENOTES.md
+++ b/src/Abstractions/RELEASENOTES.md
@@ -1 +1 @@
-- Microsoft.Azure.DurableTask.Core dependency increased to `2.17.1`
\ No newline at end of file
+- Microsoft.Azure.DurableTask.Core dependency increased to `3.0.0`
\ No newline at end of file