diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb8d1690..a0948ef9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,8 @@
- Added `SuspendInstanceAsync` and `ResumeInstanceAsync` to `DurableTaskClient`.
- Rename `DurableTaskClient` methods
- `TerminateAsync` -> `TerminateInstanceAsync`
- - `PurgeInstances` -> `PurgeAllInstancesAsync`
- `PurgeInstanceMetadataAsync` -> `PurgeInstanceAsync`
+ - `PurgeInstances` -> `PurgeAllInstancesAsync`
- `GetInstanceMetadataAsync` -> `GetInstanceAsync`
- `GetInstances` -> `GetAllInstancesAsync`
- `TaskOrchestrationContext.CreateReplaySafeLogger` now creates `ILogger` directly (as opposed to wrapping an existing `ILogger`).
@@ -16,6 +16,8 @@
- Input is now an optional parameter on `TaskOrchestrationContext.ContinueAsNew`
- Multi-target gRPC projects to now use `Grpc.Net.Client` when appropriate (.NET6.0 and up)
+*Note: `Microsoft.DurableTask.Generators` is remaining as `preview.1`.*
+
## v1.0.0-rc.1
### Included Packages
diff --git a/src/Abstractions/Abstractions.csproj b/src/Abstractions/Abstractions.csproj
index 47d80c69..0cb3d7b0 100644
--- a/src/Abstractions/Abstractions.csproj
+++ b/src/Abstractions/Abstractions.csproj
@@ -9,7 +9,6 @@
1.0.0
- rc.1
diff --git a/src/Client/Core/Client.csproj b/src/Client/Core/Client.csproj
index 974a4ab5..5e910fac 100644
--- a/src/Client/Core/Client.csproj
+++ b/src/Client/Core/Client.csproj
@@ -11,7 +11,6 @@ The client is responsible for interacting with orchestrations from outside the w
1.0.0
- rc.1
diff --git a/src/Client/Grpc/Client.Grpc.csproj b/src/Client/Grpc/Client.Grpc.csproj
index 160f0273..3f24ec52 100644
--- a/src/Client/Grpc/Client.Grpc.csproj
+++ b/src/Client/Grpc/Client.Grpc.csproj
@@ -9,7 +9,6 @@
1.0.0
- rc.1
diff --git a/src/Grpc/Grpc.csproj b/src/Grpc/Grpc.csproj
index 1db11d2e..560519ac 100644
--- a/src/Grpc/Grpc.csproj
+++ b/src/Grpc/Grpc.csproj
@@ -8,7 +8,6 @@
1.0.0
- rc.1
diff --git a/src/Worker/Core/Worker.csproj b/src/Worker/Core/Worker.csproj
index c12d4392..ca364f7f 100644
--- a/src/Worker/Core/Worker.csproj
+++ b/src/Worker/Core/Worker.csproj
@@ -11,7 +11,6 @@ The worker is responsible for processing durable task work items.
1.0.0
- rc.1
diff --git a/src/Worker/Grpc/Worker.Grpc.csproj b/src/Worker/Grpc/Worker.Grpc.csproj
index 29eabe42..cdd32624 100644
--- a/src/Worker/Grpc/Worker.Grpc.csproj
+++ b/src/Worker/Grpc/Worker.Grpc.csproj
@@ -9,7 +9,6 @@
1.0.0
- rc.1