# Changelog

All notable changes to this project are 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).

## [0.6.7] - 2026-07-24

### Changed

- Track `umadb-proto` 0.6.7. The proto surface (messages, fields, and the five
  `DCB` RPCs) is unchanged from 0.6.4, so there are no wire or public-API changes;
  this release only aligns the client version with the latest UmaDB.

## [0.6.4] - 2026-07-07

### Added

- Initial published release: gRPC client for UmaDB's DCB (Dynamic Consistency
  Boundary) event store, wrapping `UmaDb.V1.DCB.Stub` with `connect/2`, `head/1`,
  `get_tracking_info/2`, `append/3`, `read/2`, and `subscribe/2`, plus
  `UmaDbClient.Builder` convenience constructors.
- Build and publish GitHub Actions workflows.
- MIT license.

[0.6.7]: https://github.com/evntd/uma_db_client/compare/v0.6.4...v0.6.7
[0.6.4]: https://github.com/evntd/uma_db_client/releases/tag/v0.6.4
