I faced the same problem after the upgrad and did a little debugging and found the problem code in front_end_users.php in lib/ . Commented out the following in the init() function and started to work again.
if (!$this->has_admin_access()) {
$this->disable_wp_admin_bar();
}