From 2d65eeb200af9719897cefc156d918ac5d83db75 Mon Sep 17 00:00:00 2001 From: Daniel Fitzpatrick Date: Fri, 22 May 2020 14:07:27 -0500 Subject: [PATCH] v0.0.4 --- CHANGELOG.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ae95c..0cddf06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This change ### Changed - Nothing yet +## [0.0.4] - 2020-5-22 +### Added +- Vega support! + ## [0.0.3] - 2020-5-19 ### Added - Users can highlight rows within CSV stories @@ -20,6 +24,7 @@ All notable changes to this project will be documented in this file. This change ## 0.0.1 - 2020-4-28 ### Initial release -[Unreleased]: https://github.com/crinklywrappr/bigboard/compare/v0.0.3...HEAD +[Unreleased]: https://github.com/crinklywrappr/bigboard/compare/v0.0.4...HEAD +[0.0.4] :https://github.com/crinklywrappr/bigboard/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/crinklywrappr/bigboard/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/crinklywrappr/bigboard/compare/v0.0.1...v0.0.2 \ No newline at end of file diff --git a/project.clj b/project.clj index 5e669ce..3cbac8d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bigboard "0.0.3" +(defproject bigboard "0.0.4" :description "Monitoring station with web interface & cron scheduling. " :url "http://example.com/FIXME"