diff --git a/CHANGELOG b/CHANGELOG index e54baf758c8..7ebf65c7713 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +23.15.0 (2023-10-10) +==================== +- Update routing for Institutions, Preprints Discover pages +- Fix tag-based search navigation + 23.14.0 (2023-10-5) =================== - Update metadata gathering for improved deduplication, type inference, withdrawal metadata diff --git a/package.json b/package.json index 3e644b896df..cc9b513ad79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OSF", - "version": "23.14.0", + "version": "23.15.0", "description": "Facilitating Open Science", "repository": "https://github.com/CenterForOpenScience/osf.io", "author": "Center for Open Science",