Skip to content

Commit

Permalink
Update CHANGELOG, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Sep 12, 2024
1 parent 82ce846 commit 09be32c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 09be32c

Please sign in to comment.