diff --git a/CHANGELOG.md b/CHANGELOG.md index 417f03e3..0ed61b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [2-alpha87] - 2024-03-19 +- `kind/highcharts` support - PR by @adham-omran + ## [2-alpha86] - 2024-03-19 - bugfix: copying the `:htmlwidgets-plotly` deps correctly (avoiding copying the `.git` subdirectory which breaks the doc served on github pages) diff --git a/build.clj b/build.clj index c7ddd241..95afbd73 100644 --- a/build.clj +++ b/build.clj @@ -15,7 +15,7 @@ [deps-deploy.deps-deploy :as dd])) (def lib 'org.scicloj/clay) -(def version "2-alpha86") +(def version "2-alpha87") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")