diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a75f1..90eec30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,29 @@ # Changelog -## [v3.28.0] - +## [v3.28.0] - 2025-01-21 ### Added + +- missing mako colormap to seaborn.jl (thanks @nealmckee) +- Catppuccin color scheme (thanks @daviehh) +- cmocean v2 :diff, :topo, :tarn and :rain colorschemes (thanks @evetion) + +### Changed + +### Removed + +################################################################### + +## [v3.27.1] - 2024-11-09 + +### Added + ### Changed + +- compat + ### Removed + ### Deprecated ################################################################### diff --git a/Project.toml b/Project.toml index d4327df..e139f6b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ColorSchemes" uuid = "35d6a980-a343-548e-a6ea-1d62b119f2f4" authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "t-bltg", "asinghvi17", "davibarreira", "adrhill", "tecosaur", "jarredclloyd"] -version = "3.27.1" +version = "3.28.0" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"