Changelog Tool
The Changelog API gives your team a hosted public changelog without the overhead of building one. Push entries from your deployment pipeline and your users see what changed the moment it ships. Each entry supports Markdown, version numbers and type tags. Every changelog comes with a public page, an RSS feed and a JavaScript widget you can embed anywhere. Base URL: https://changelog.dranco.uk…
Changelog Tool endpoints
| Method | Endpoint | Description |
|---|---|---|
| Entries | ||
| PATCH |
updateEntry /api/entries/{id} |
Update any field of an existing changelog entry. |
| GET |
listEntries /api/entries |
Returns paginated changelog entries for your account. |
| POST |
createEntry /api/entries |
Creates a new entry in your changelog. Immediately published unless specified otherwise. |
| DELETE |
deleteEntry /api/entries/{id} |
Permanently deletes a changelog entry. |
Changelog Tool pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $11 / month | — |
|
| ULTRA | $36 / month | — |
|