diff --git a/CHANGELOG.md b/CHANGELOG.md
index f86ec86..7bb7b43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to `azure-cosmos-agent-memory` are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [PEP 440](https://peps.python.org/pep-0440/) versioning.
-## [0.1.0b1] — 2026-05-31
+## [0.1.0b1] — 2026-06-01
Initial public preview release.
diff --git a/Docs/RELEASING.md b/Docs/RELEASING.md
index 646ea3e..23b7876 100644
--- a/Docs/RELEASING.md
+++ b/Docs/RELEASING.md
@@ -39,10 +39,6 @@ Before cutting a release:
## Cutting a release
1. **Bump the version** in `pyproject.toml`:
- ```toml
- [project]
- version = "0.1.0b2"
- ```
2. **Update `CHANGELOG.md`** — add a new section with the version, the
date, and a summary of changes. Move entries from the unreleased
section if you keep one.
@@ -70,29 +66,6 @@ Before cutting a release:
7. **Verify** on
that the new version landed and the README + classifiers render.
-## Trusted Publishing setup (one-time, per environment)
-
-Trusted publishing replaces long-lived PyPI API tokens with short-lived
-OIDC tokens minted by GitHub Actions on each run. Configure once on both
-TestPyPI and PyPI:
-
-- **TestPyPI** —
-- **PyPI** —
-
-For each, register a pending publisher with:
-
-| Field | Value |
-|------|-------|
-| PyPI project name | `azure-cosmos-agent-memory` |
-| Owner | `AzureCosmosDB` |
-| Repository | `AgentMemoryToolkit` |
-| Workflow filename | `release.yml` (for **both** TestPyPI and PyPI — the test-release job is invoked via `workflow_call` so PyPI sees the calling workflow's filename, not `_test_release.yml`) |
-| Environment name | _(leave blank)_ |
-
-Until the first release is published, both registrations sit in the
-"pending publishers" state. They activate automatically on the first
-successful upload.
-
## Namespace package note
`azure-cosmos-agent-memory` installs files under `azure/cosmos/agent_memory/`.