diff --git a/CHANGELOG.md b/CHANGELOG.md index d148aab..c8cd21c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.9.2 - 2023-11-07 + +### Fixed + +- Header sizing issues ([#20](https://github.com/lampsitter/egui_commonmark/pull/20) by [@abey79](https://github.com/abey79)). + ## 0.9.1 - 2023-10-24 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 17a4717..c839e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "egui_commonmark" authors = ["Erlend Walstad"] -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "Commonmark viewer for egui" keywords = ["commonmark", "egui"]