From 6fbd8eb5b3c799dce6b6698fc3f0c9f573cf40f6 Mon Sep 17 00:00:00 2001 From: Trevor Bedford Date: Mon, 5 Jul 2021 17:40:59 -0700 Subject: [PATCH] version bump to 2.28.0 for release --- CHANGELOG.md | 3 +++ package.json | 2 +- src/version.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5acae34..a5628b8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ title: Changelog --- +## version 2.28.0 - 2021/07/05 + + * Remove ability to download metadata TSV from GISAID datasets. Replace with acknowledgments TSV. See [PR 1366](https://github.com/nextstrain/auspice/pull/1366). * Cleanup header fields when downloading metadata TSV, including switch to use name (eg `pango_lineage`) instead of title (eg `PANGO lineage`). See [PR 1367](https://github.com/nextstrain/auspice/pull/1367). * Update styling of footer text. See [PR 1364](https://github.com/nextstrain/auspice/pull/1364). diff --git a/package.json b/package.json index a117c1d8b..c56c2c827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auspice", - "version": "2.27.0", + "version": "2.28.0", "description": "Web app for visualizing pathogen evolution", "author": "James Hadfield, Trevor Bedford and Richard Neher", "license": "AGPL-3.0-only", diff --git a/src/version.js b/src/version.js index 73069eb79..4e37eadc4 100644 --- a/src/version.js +++ b/src/version.js @@ -1,4 +1,4 @@ -const version = "2.27.0"; +const version = "2.28.0"; module.exports = { version