diff --git a/README.txt b/README.txt index 27515ab5..a583c3c9 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,7 @@ +v1.42.2: *Search isolates by SAVs or SNPs defined in typing database. + *Use caching for dashboard AJAX calls where possible. + *Add option to batch download full allele records via API. + *Fix for export of LINcode field values. v1.42.1: *Upgrade to FontAwesome 6. *Added provenance completeness metrics - include fields in metric by setting annotation_metric="yes" for a specific field in config.xml. diff --git a/lib/BIGSdb/Application.pm b/lib/BIGSdb/Application.pm index 78c0aad9..e22fd627 100644 --- a/lib/BIGSdb/Application.pm +++ b/lib/BIGSdb/Application.pm @@ -20,7 +20,7 @@ package BIGSdb::Application; use strict; use warnings; use 5.010; -use version; our $VERSION = version->declare('v1.42.1'); +use version; our $VERSION = version->declare('v1.42.2'); use Apache2::Connection; use parent qw(BIGSdb::BaseApplication); use BIGSdb::AjaxAnalysis;