# Changelog — 1 February 2025

Example release notes. Replace with real changes when you publish a release.

## API

### Added

- **Webpages** — New `GET /api/v2/webpages/{uuid}` endpoint to fetch a single webpage by UUID. Supports optional `smartened` query parameter for title formatting.
- **Records** — Improved error messages for invalid `objectName` or `uuid` on record update.


### Changed

- **Authentication** — Bearer token is required for all `/api/v2` endpoints. Requests without a valid token return `401 Unauthorized`.


## Platform

### Added

- Changelog and Tutorials sections in the documentation site.


### Fixed

- Minor fixes and stability improvements.