Skip to content

Commit

Permalink
Merge pull request #1878 from openedx/asheehan-edx/backend-sso-orches…
Browse files Browse the repository at this point in the history
…trator-api-cleanup

fix: enterprise sso orchestrator api cleanup
  • Loading branch information
alex-sheehan-edx authored Sep 25, 2023
2 parents 7fbfa8d + 0b52f58 commit 733e7c9
Show file tree
Hide file tree
Showing 7 changed files with 354 additions and 87 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ Change Log
Unreleased
----------
[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.2"
Loading

0 comments on commit 733e7c9

Please sign in to comment.