diff --git a/CHANGELOG b/CHANGELOG index ea0a600ebd7..80be09be0b5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,20 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +24.06.0 (2024-09-12) +==================== + +- Fix duplicate notifications for contributor-add failures +- Allow Read and Write contributors to view a project's draft registrations +- Change how files for withdrawn registrations are surfaced in the API +- Fix date displayed in citation for a registration +- New API endpoint /users/me/draft_preprints/ +- Add button to admin to move preprint from initial to pending +- Update language in notifications to indicate preprint resubmission +- Fix Preprint emails so they are sent as expected +- Fix ORCiD email by sending them after changes are committed to DB +- Remove references of TravisCI + 24.05.0 (2024-07-22) ==================== - Bump base python version from py3.6 to py3.12. diff --git a/package.json b/package.json index e558bdbb72c..f9345f16fcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "OSF", - "version": "24.05.0", + "version": "24.06.0", "description": "Facilitating Open Science", "repository": "https://github.com/CenterForOpenScience/osf.io", "author": "Center for Open Science",