From fc68201233d4f5ab12d09f6a2baef0d610de8cb2 Mon Sep 17 00:00:00 2001 From: heralden Date: Mon, 28 Nov 2022 17:57:22 +0000 Subject: [PATCH] Bump version to 1.4.5 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad54253d..f71dd863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.5 + +- Update results table with expanded export modal functionality to support wider range of formats, preview and modifying contents + ## 1.4.4 - Update Google Analytics from Universal Tracking (will be phased out July 2023) to GA4 diff --git a/project.clj b/project.clj index 1f90c23a..5eb64df4 100644 --- a/project.clj +++ b/project.clj @@ -27,7 +27,7 @@ ;; and with much better errors. (?read-string) (:bluegenes-deploy-path)))) -(defproject org.intermine/bluegenes "1.4.4" +(defproject org.intermine/bluegenes "1.4.5" :licence "LGPL-2.1-only" :description "Bluegenes is a Clojure-powered user interface for InterMine, the biological data warehouse" :url "http://www.intermine.org"