diff --git a/CHANGELOG.md b/CHANGELOG.md index ded4025..907a3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.1 (2020-06-25) + +- Fix interleaved booting causing performance issues and race conditions in specific scenarios [#92](https://github.com/intermine/im-tables-3/pull/92) + ## 0.10.0 (2020-06-11) - Make im-tables-3 more feature complete [#79](https://github.com/intermine/im-tables-3/pull/79) diff --git a/project.clj b/project.clj index bd1d96f..c56c36a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.intermine/im-tables "0.10.0" +(defproject org.intermine/im-tables "0.10.1" :licence "LGPL-2.1-only" :description "ClojureScript library to display and manipulate InterMine query results on a webpage" :url "http://www.intermine.org"