diff --git a/docs/RELEASING.md b/docs/RELEASING.md
index 52d189e..c1cc6a0 100644
--- a/docs/RELEASING.md
+++ b/docs/RELEASING.md
@@ -13,8 +13,8 @@ This project publishes the SDK as a NuGet package from version tags.
1. Confirm all intended issues for the release are merged.
2. Confirm CI is green on `main`.
3. Update package metadata and README examples if needed.
-4. Update `VersionPrefix` in `src/Termii/Termii.csproj`.
-5. Create and push a tag like `v0.1.0`.
+4. Update `VersionPrefix` and `PackageReleaseNotes` in `src/Termii/Termii.csproj`.
+5. Create and push a tag like `v0.2.0`.
6. Confirm the release workflow creates the package artifact.
7. Confirm NuGet publishing succeeds when the `NUGET_API_KEY` secret is configured.
diff --git a/src/Termii/Termii.csproj b/src/Termii/Termii.csproj
index 1ed4ac4..182fe91 100644
--- a/src/Termii/Termii.csproj
+++ b/src/Termii/Termii.csproj
@@ -4,9 +4,9 @@
Termii
Termii
Termii.SDK
- 0.1.0
+ 0.2.0
A .NET SDK for the Termii messaging, token, and insights APIs.
- Initial SDK package metadata and release workflow preparation.
+ Add messaging, sender ID, Number API, Token API, and Insights API client support with unit and integration smoke coverage.
termii;sms;otp;messaging;dotnet;sdk
true
$(NoWarn);1591