diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f180d9..033eb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ A dependency update to an incompatible version is considered a breaking change. ## Unreleased +## v0.1.2 - 2024-12-14 + ### Added - `Attr::set` diff --git a/Cargo.toml b/Cargo.toml index a6bda26..55f6be4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "el" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Garmelon "] description = "Write and manipulate HTML elements as data"