diff --git a/CHANGELOG.md b/CHANGELOG.md index e67a6d9..c110c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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-beta7] - unreleased +## [2-beta7] - 2025-02-20 - updated deps (tablecloth, kindly, tableplot, same/ish, clay) ## [2-beta6.1] - 2025-02-05 diff --git a/build.clj b/build.clj index 82a882c..d43323d 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ (def lib 'org.scicloj/noj) -(def version "2-beta6.1") +(def version "2-beta7") (def snapshot (str version "-SNAPSHOT")) (def class-dir "target/classes")