* In django admin page for enterprise customer added alphabetical ordering for catalog drop down and displayed catalog details link next to selected catalog.
0.8.0
--------------------
* added the branding information api methods to return the enterprise customer logo on the basis of provider_id or uuid. * Updated the logo image validator to take an image of size maximum of 4kb.
0.7.0
--------------------
* Added a feature to enroll users in a course while linking them to an enterprise customer.
0.6.0
--------------------
* Fixed EnterpriseCustomer form to make Catalog field optional * Added user bulk linking option * Added Data Sharing Consent feature
0.5.0
--------------------
* Added checks to make sure enterprise customer and identity provider has one-to-one relation. * Added a helper method to retrieve enterprise customer branding information
0.4.1
--------------------
* Fixed User.post_save handler causing initial migrations to fail