# 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] ## [0.2.2](https://github.com/hseeberger/evented/compare/evented-v0.2.1...evented-v0.2.2) - 2024-07-03 ### Fixed - add type_name filter for event log filters ([#38](https://github.com/hseeberger/evented/pull/38)) - use more stable postgres testcontainers setup ([#43](https://github.com/hseeberger/evented/pull/43)) ### Other - *(deps)* bump serde_json from 1.0.119 to 1.0.120 ([#41](https://github.com/hseeberger/evented/pull/41)) ## [0.2.1](https://github.com/hseeberger/evented/compare/evented-v0.2.0...evented-v0.2.1) - 2024-06-26 ### Fixed - record last version after recovery ([#32](https://github.com/hseeberger/evented/pull/32)) ### Other - make EventWithMetadata fields public ([#36](https://github.com/hseeberger/evented/pull/36)) - *(deps)* bump serde_json from 1.0.117 to 1.0.118 ([#35](https://github.com/hseeberger/evented/pull/35)) - *(deps)* bump uuid from 1.9.0 to 1.9.1 ([#34](https://github.com/hseeberger/evented/pull/34)) - *(deps)* bump uuid from 1.8.0 to 1.9.0 ([#33](https://github.com/hseeberger/evented/pull/33)) - *(deps)* bump api-version from `db05a23` to `f961401` ([#29](https://github.com/hseeberger/evented/pull/29)) - update deps ([#27](https://github.com/hseeberger/evented/pull/27)) - add rusty-accounts example ([#23](https://github.com/hseeberger/evented/pull/23)) ## [0.0.2](https://github.com/hseeberger/evented/compare/v0.0.1...v0.0.2) - 2024-05-29 ### Added - event metadata ([#8](https://github.com/hseeberger/evented/pull/8)) ### Other - update deps ([#5](https://github.com/hseeberger/evented/pull/5)) - Fix typo ([#4](https://github.com/hseeberger/evented/pull/4))