Welcome to our changelog, sort of our "demo" for Releases. This current theme is called "Commit", more themes are available. Subscribe to not miss an update.

Subscribe to updates
© 2025 Releases Changelog

Feature

Sep 23, 2023

Today we shipped our widget and also added a sitemap to all public changelogs.

Widget

Use our widget to show the latest changelog entries directly within a website. No need for users to leave your website or platform. Implementation should not take longer than 2 minutes and is really straightforward.

Widget preview

To see a demo and setup instructions, log in to your account and head over to the "Widget" settings.

Sitemap

We also added a sitemap.xml to all changelogs. You can, for example, submit this sitemap to the Google Search Console or use it anyway you need. Just append /sitemap.xml at the end of your workspace url, e.g. example.com/sitemap.xml

Sep 14, 2023

Today we are pleased to release access to our API.

Create and manage token

You can access workspace related resources via the following endpoints:

GET /api/workspace
GET /api/entries
GET /api/entries/{id}
GET /api/tags
GET /api/subscribers
POST /api/subscribers

To read more about how to access and use the API, check out our help center.