Skip to content

Commit

Permalink
Merge pull request #127 from edx/rijuma/version-bump-4-4-4
Browse files Browse the repository at this point in the history
chore: Release bump to v4.4.4
  • Loading branch information
rijuma authored Nov 7, 2024
2 parents 5c460d4 + 27e4f8b commit 9153aa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ Change Log
Unreleased
**********

4.4.4 - 2024-11-06
******************
* Fixed Learning Assistant History endpoint
* Added timestamp to the Learning Assistant History payload

4.4.3 - 2024-11-06
******************
* Fixed package version

4.4.2 - 2024-11-04
******************
* Added chat messages to the DB

4.4.1 - 2024-10-31
******************
* Add management command to remove expired messages
Expand Down
2 changes: 1 addition & 1 deletion learning_assistant/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Plugin for a learning assistant backend, intended for use within edx-platform.
"""

__version__ = '4.4.3'
__version__ = '4.4.4'

default_app_config = 'learning_assistant.apps.LearningAssistantConfig' # pylint: disable=invalid-name

0 comments on commit 9153aa1

Please sign in to comment.