Skip to content

Commit

Permalink
feat: update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharis278 committed Sep 30, 2024
1 parent 220af76 commit 010ced2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Change Log
Unreleased
~~~~~~~~~~

[3.0.0] - 2024-09-30
~~~~~~~~~~~~~~~~~~~~
* Add platform verification id field to the VerifiedName model
* Integrate platform verification id into app
* Added event handlers for new IDV events on the VerifiedName model
* Removed event handlers for SoftwareSecurePhotoVerification updates. This is a breaking change.

[2.4.0] - 2024-04-23
~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion edx_name_affirmation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Django app housing name affirmation logic.
"""

__version__ = '2.4.2'
__version__ = '3.0.0'
2 changes: 1 addition & 1 deletion edx_name_affirmation/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_post_save_verified_name_approved(self, status, should_send):
user=self.user,
verified_name='Jonathan Doe',
profile_name=self.profile_name,
verification_attempt_id=self.idv_attempt_id
platform_verification_attempt_id=self.idv_attempt_id
)
verified_name_obj.status = status
verified_name_obj.save()
Expand Down

0 comments on commit 010ced2

Please sign in to comment.