diff --git a/src/var.py b/src/var.py index 6ef2d6e8..292afaed 100644 --- a/src/var.py +++ b/src/var.py @@ -4,7 +4,7 @@ import platform import re gam_author = u'Jay Lee ' -gam_version = u'4.61' +gam_version = u'4.65' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' GAM_URL = u'https://git.io/gam' diff --git a/src/whatsnew.txt b/src/whatsnew.txt index b60231b9..50a6dd97 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,3 +1,11 @@ +GAM 4.65 + - Manage email delivery settings for group members + - Add operatingSystemType to user posix config (Roman) + - Handle missing language setting (jalmeroth) + - handle mixed case aliases (Ross) + - contentmanager and fileorganizer roles in Team Drive (Ross) + - various other fixes and optimizations (Jay and Ross) + GAM 4.61 - New Gmail delegation API - Remove "admin" command from user create/update to avoid accidental super admins. Still possible to give super admin rights via "gam create admin" command. (Ross)