# 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).
## [0.2.0](https://github.com/sgerrand/ex_attio/compare/v0.1.1...v0.2.0) (2026-04-20)
### Features
* add get/4, update/5, and delete/4 to Attributes ([2de42a1](https://github.com/sgerrand/ex_attio/commit/2de42a1ddfaf9167878cd5338962bcac756cdd03))
* add HTTP client with error type ([520905f](https://github.com/sgerrand/ex_attio/commit/520905f4233763ef15b9253f21f225f3f39045a2))
* add Notes, Tasks, Meetings, and Webhooks modules ([c2a05f3](https://github.com/sgerrand/ex_attio/commit/c2a05f3c5ddc176b31ea11f23c513366f4e63fa5))
* add stream_all/2 to Notes, Tasks, Meetings, and Threads ([3974481](https://github.com/sgerrand/ex_attio/commit/3974481231f3df8bb8138999d2450ac6fe9bc4bb))
* add stream_all/3 to Records and Entries ([d63dd89](https://github.com/sgerrand/ex_attio/commit/d63dd891442e47a19b48530517b6a8034cb8ffdb))
* add stream/2 to Notes, Tasks, Meetings, and Threads ([f93abb1](https://github.com/sgerrand/ex_attio/commit/f93abb1329b65f188e0242de0ccbdd0fcfa79a2f))
* add WorkspaceMembers, Comments, Threads, and Meta modules ([22adbc6](https://github.com/sgerrand/ex_attio/commit/22adbc6b10fce60c36f33686d2e839bb762c1125))
* **lists:** add Lists and Entries modules with stream support ([d7682e9](https://github.com/sgerrand/ex_attio/commit/d7682e92fc4f864f74bfc1288d05386fc2c5aa11))
* **objects:** add Objects and Attributes modules ([003a2b2](https://github.com/sgerrand/ex_attio/commit/003a2b21418358602e25958d0ea22fa132326d58))
* **records:** add Records module with stream and assert ([ca3bd7a](https://github.com/sgerrand/ex_attio/commit/ca3bd7af845d6e129809c49b3d62aa1334c86496))
### Bug Fixes
* URL-encode path segments to prevent malformed URLs ([e7d9785](https://github.com/sgerrand/ex_attio/commit/e7d9785b0dfe9c616caab0f954614de588297c51))
## [0.1.1](https://github.com/sgerrand/ex_attio/compare/v0.1.0...v0.1.1) (2026-04-20)
### Bug Fixes
* add `ExDoc` to generate package documentation ([8a69b9b](https://github.com/sgerrand/ex_attio/commit/8a69b9b39d4e297971b69b0f07db5df8fb06ad46))
## 0.1.0 (2026-04-20)
Initial release.