diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f3222..01505b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.1.0](https://github.com/catppuccin/egui/compare/v5.0.0...v5.1.0) (2024-04-07) + + +### Features + +* add support for egui version 0.27 ([#40](https://github.com/catppuccin/egui/issues/40)) ([bb3d199](https://github.com/catppuccin/egui/commit/bb3d199616da4a8e113050aa2b59639307e4f414)) + + +### Reverts + +* return to previous publish workflow ([8859c58](https://github.com/catppuccin/egui/commit/8859c588102b47ca3f989a89a067bc73313e12a6)) + ## [5.0.0](https://github.com/catppuccin/egui/compare/v4.0.0...v5.0.0) (2024-02-25) diff --git a/Cargo.toml b/Cargo.toml index b3f6714..fd8e355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "5.0.0" +version = "5.1.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."