diff --git a/CHANGELOG.md b/CHANGELOG.md index a43067aab..c0c95f686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## version 1.15.0 - 2018/03/12 + * Multiple genotypes (for the same amino acid) by typing in multiple comma separated AA/nuc positions. [PR 523](https://github.com/nextstrain/auspice/pull/523). diff --git a/package.json b/package.json index aaaa41d97..e1da2dde7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextstrain-auspice", - "version": "1.14.4", + "version": "1.15.0", "description": "Nextstrain auspice", "scripts": { "clean": "rimraf dist", diff --git a/src/version.js b/src/version.js index 00628f44f..6ad26a662 100644 --- a/src/version.js +++ b/src/version.js @@ -1 +1 @@ -export const version = "1.14.4"; +export const version = "1.15.0";