# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Releases after **2.0.0** are versioned with [Changesets](https://github.com/changesets/changesets) (`pnpm version-packages` at the repo root).

## 2.0.0

### Major Changes

- Rename the published package from `gopay-client` to **`gopay-sdk`** and move the workspace to `packages/gopay-sdk`. Update imports and `package.json` dependencies from `gopay-client` to `gopay-sdk`. Default `User-Agent` is now `gopay-sdk-ts/1.0.0`.
- Optional `exports` subpaths (`/errors`, `/http`, `/auth`, `/config`), Vitest coverage thresholds, npm publish provenance, GitHub Actions (publish + integration), Lefthook, and expanded docs.

## 1.0.0

### Added

- Initial public release of the GoPay SDK.
