# 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.6] - 2026-02-06

* iterator_pmap: OTP logger metadata is passed to worker processes
* iterator_rate: Various bugs fixed in rate limiters
* ci: OTP versions bumped in CI - removed 22 and 23 and added 27 and 28

## [0.0.1] - 2023-12-07

### Added

- The initial release: interface, set of helper functions, property-based tests, CI.

<!-- Markdown link dfn's -->
[unreleased]: https://github.com/klarna-incubator/iterator-erl/compare/v1.1.0...HEAD
<!-- [0.0.2]: https://github.com/klarna-incubator/iterator-erl/compare/v0.0.1...v0.0.2 -->
[0.0.1]: https://github.com/klarna-incubator/iterator-erl/releases/tag/v0.0.1
