Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/openedx/edx-enterprise in…
Browse files Browse the repository at this point in the history
…to hamza/ENT-5039
  • Loading branch information
hamzawaleed01 committed Sep 28, 2023
2 parents 7182b83 + 699cdea commit 5906470
Show file tree
Hide file tree
Showing 13 changed files with 449 additions and 93 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,24 @@ Change Log
Unreleased
----------
[4.3.3]
-------
chore: adding display name to the sso orchestrator table

[4.3.2]
-------
fix: enterprise sso orchestrator api cleanup

[4.3.1]
--------
-------
chore: use lms_update_or_create_enrollment without feature flag

[4.3.0]
--------
-------
feat: Added the ``enable_career_engagement_network_on_learner_portal`` field for EnterpriseCustomer

[4.2.0]
--------
-------
feat: create generic ``PaginationWithFeatureFlags`` to add a ``features`` property to DRF's default pagination response containing Waffle-based feature flags.
feat: integrate ``PaginationWithFeatureFlags`` with ``EnterpriseCustomerViewSet``.

Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.3.1"
__version__ = "4.3.3"
Loading

0 comments on commit 5906470

Please sign in to comment.