From 507f572da67eeed75e7f913a1fc77940975e1715 Mon Sep 17 00:00:00 2001 From: cormullion Date: Thu, 23 Jun 2022 10:58:04 +0100 Subject: [PATCH] release 3.19 --- CHANGELOG.md | 16 ++++++++++++++++ Project.toml | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3bfee..abba9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v3.19.0] - 2022-06-23 10:51 + +### Added + +- cividis - thanks @t-bltg! + +## Changed + +error handling - #95 - thanks @adrhill! + +### Removed + +### Deprecated + +################################################################### + ## [v3.18.0] - 2022-05-06 ### Added diff --git a/Project.toml b/Project.toml index ab9c3ab..e1b2784 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"] -version = "3.18.0" +authors = ["cormullion", "rafaqz", "gustaphe", "lwabeke", "NHDaly", "stevengj", "asinghvi17", "davibarreira", "adrhill"] +version = "3.19.0" [deps] ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"