<!--
SPDX-FileCopyrightText: 2026 James Harton
SPDX-License-Identifier: Apache-2.0
-->
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.2.3](https://github.com/beam-bots/bb_reactor/compare/v0.2.2...v0.2.3) (2026-05-17)
## [v0.2.2](https://github.com/beam-bots/bb_reactor/compare/v0.2.1...v0.2.2) (2026-05-15)
### Improvements:
* Add basic igniter installer by James Harton
## [v0.2.1](https://github.com/beam-bots/bb_reactor/compare/v0.2.0...v0.2.1) (2026-02-08)
### Bug Fixes:
* update for bb 0.15.0 compatibility by James Harton
* update TestRobot disarm command for bb 0.15.0 by James Harton
## [v0.2.0](https://github.com/beam-bots/bb_reactor/compare/v0.1.0...v0.2.0) (2026-01-08)
### Features:
* add safety middleware and wait_for_state step by James Harton
* implement BB.Reactor DSL extension by James Harton
### Bug Fixes:
* resolve flaky safety middleware test race condition by James Harton