Skip to content

Commit a5cbb4c

Browse files
committed
Bump version and update changelog.
1 parent a5c9fbf commit a5cbb4c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
19.24.0 (2019-08-27)
6+
===================
7+
- APIv2: Allow creating a node with a license attached on creation
8+
- APIv2: Prevent creating a node link to the node itself, a parent, or a child
9+
- APIv2: Have the move/copy WB hooks update storage usage
10+
- Exclude collection groups from user page in Django's admin app
11+
- Have osfstorage move/copy hooks recursively update the latest file version's region
12+
- Fix password reset tokens
13+
- Do not reveal entire google drive file path in node logs
14+
- Allow logging in from password reset and forgot password pages
15+
- Fix broken social links on add contributors modal
16+
- Fix email typos in embargoed registration emails
17+
- Improve registration and retraction node log display text
18+
- Fix logs if cron job automatically approves a withdrawal
19+
520
19.23.0 (2019-08-19)
621
===================
722
- Represents scopes as an m2m field on personal access tokens instead of a CharField

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OSF",
3-
"version": "19.23.0",
3+
"version": "19.24.0",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

0 commit comments

Comments
 (0)