Skip to content

Commit 9ffd334

Browse files
committed
Prepare changelog for release 5.0.61
1 parent 0d1e2b6 commit 9ffd334

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Changes in version 5.0.61
2+
Correct gl-admin script in relation to password and 2fa resets
3+
14
Changes in version 5.0.60
25
Correct fix included in 5.0.9 correcting regression introduced in 5.0.58 preventing submission of new reports
36
Fix receipt change handler for recipient assisted submissions

backend/bin/gl-admin

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#! /usr/bin/python3
22
# -*- coding: utf-8 -*-
33
import argparse
44
import json

0 commit comments

Comments
 (0)