diff --git a/CHANGELOG.md b/CHANGELOG.md index 4472997..ae72bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # Changelog -## [2.0.2](https://github.com/catppuccin/egui/compare/v2.0.1...v2.0.2) (2023-05-25) +## [3.0.0](https://github.com/catppuccin/egui/compare/v2.0.1...v3.0.0) (2023-05-26) -* Bump egui version to 0.22 + +### ⚠ BREAKING CHANGES + +* **deps:** Public dependency egui updated from 0.21 to 0.22 + +### Bug Fixes + +* **deps:** Update egui to 0.22 ([#6](https://github.com/catppuccin/egui/issues/6)) ([8c97331](https://github.com/catppuccin/egui/commit/8c973310a66b4a7fd1788ccf15e72cbd5f7f9f7d)) ## [2.0.1](https://github.com/catppuccin/egui/compare/v2.0.0...v2.0.1) (2023-03-24) diff --git a/Cargo.toml b/Cargo.toml index 9cf1e07..80b27f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "2.0.2" +version = "3.0.0" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui."