From 73920a13b137f8a7e76053b53df7962eff9f067d Mon Sep 17 00:00:00 2001 From: Dawn Pattison Date: Wed, 18 Sep 2019 09:02:21 -0500 Subject: [PATCH] Bump version and update changelog. --- CHANGELOG | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ae86734434f..47185789da5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,14 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +19.27.0 (2019-09-18) +=================== +- Automatically map subjects when a preprint is moved to a different + preprint provider in the admin app +- Gitlab: return all repos to which the user has access +- Upgrade Bower +- Py3 backwards compatible changes + 19.26.0 (2019-09-11) =================== - Create a custom through table for linking files and versions diff --git a/package.json b/package.json index cc00a49da6a..f2571a29d14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OSF", - "version": "19.26.0", + "version": "19.27.0", "description": "Facilitating Open Science", "repository": "https://github.com/CenterForOpenScience/osf.io", "author": "Center for Open Science",