Finite state machines in rust; bendns fork to add types.
fix CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 84846fd..299be32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ adheres to [Semantic Versioning][semver]. ## [Unreleased] -## [v0.7.0] - 2024-06-01 +## [0.7.0] - 2024-06-01 ### Changed * All types generated by the `state_machine` macro are now confined in a module. The name of the module is passed to the macro as the name of the state |