Skip to main content
Use Project History to audit when changes were made, who made them, and what went into each version. This is especially useful when diagnosing regressions — you can identify exactly which version introduced a problem and roll back if needed. The Project history page is found under Deployments > Project history. Each entry shows the event type, author, and timestamp.

Viewing history

  1. Go to Deployments > Project history in the sidebar.
  2. Versions appear in reverse chronological order (newest first).
  3. Each entry shows the event type (published version, branch merge, or deleted draft), description, author, and timestamp.

Comparing versions

Select any two versions to view a side-by-side diff of changes. This is useful for:
  • Auditing what changed between deployments
  • Reviewing changes before promoting to a new environment
  • Diagnosing issues introduced in a specific version
For more details on version comparison, see Compare versions.
Last modified on March 24, 2026