diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9af08..6b42cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/vortex-design/bem/compare/v0.2.0...v0.2.1) - 2023-08-14 + +### Fixed +- continuous deployment ([#8](https://github.com/vortex-design/bem/pull/8)) + ## [0.2.0](https://github.com/vortex-design/bem/compare/v0.1.1...v0.2.0) - 2023-08-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index ff429e6..9114c4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bem" -version = "0.2.0" +version = "0.2.1" authors = ["vortex.design"] edition = "2021" description = "Parser for the BEM file format (Block, Element, Modifier)"