# 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).

## [Unreleased]
- No unreleased changes currently.

## [0.2.1]

## Changed

- Fixed a bug where certain ecto log entries had their traces skipped.

## [0.2.0]

### Changed
- Update to use `continue_trace/3` with a `Spandex.SpanContext` struct instead
  of `continue_trace/4` with a `trace_id` and `span_id`.

[0.2.0]: https://github.com/spandex-project/spandex_ecto/compare/v0.2.0...v0.1.0

### Changed

## [0.1.0]

### Added
- Initial release of the `spandex_ecto` library.

[0.1.0]: https://github.com/spandex-project/spandex_ecto/commit/c0ab823e2ab5af5ed9953f5ec5008bf34ffa4f4e
