Sufia 4.1.0
The 4.1.0 release of Sufia includes functionality to support proxy deposits and transfers of ownership. Thanks to @Cam156, @jcoyne, and @mjgiarlo for their work on this release. See below for a complete changelog.
Upgrade notes
To upgrade from 4.0.x to 4.1.0, pin Sufia to version 4.1.0 in your Gemfile, then update your dependencies, generate the new database migrations required for proxies and transfers, and then apply those migrations:
bundle update sufia
rails generate sufia:models:proxies
rake db:migrate