diff --git a/extensions/Worker.Extensions.Rpc/release_notes.md b/extensions/Worker.Extensions.Rpc/release_notes.md
index b6f4eae92..ddca44e2c 100644
--- a/extensions/Worker.Extensions.Rpc/release_notes.md
+++ b/extensions/Worker.Extensions.Rpc/release_notes.md
@@ -4,6 +4,7 @@
- My change description (#PR/#issue)
-->
-### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0-preview2
+### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0
-- Replace auto-registration via `WorkerRpcStartup` with manual call `RpcServiceCollectionExtensions.AddWorkerRpc`
\ No newline at end of file
+- Initial public release
+- Adds API for getting a `CallInvoker` pre-configured for communication with Functions host.
\ No newline at end of file
diff --git a/extensions/Worker.Extensions.Rpc/src/Worker.Extensions.Rpc.csproj b/extensions/Worker.Extensions.Rpc/src/Worker.Extensions.Rpc.csproj
index e2db7d52a..3ff8a7ce9 100644
--- a/extensions/Worker.Extensions.Rpc/src/Worker.Extensions.Rpc.csproj
+++ b/extensions/Worker.Extensions.Rpc/src/Worker.Extensions.Rpc.csproj
@@ -6,7 +6,6 @@
Microsoft.Azure.Functions.Worker.Extensions.Rpc
Contains types to facilitate RPC communication between a worker extension and the functions host.
1.0.0
- -preview2
README.md