Skip to content

Commit

Permalink
chore: bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Aug 29, 2023
1 parent 9a1b6ec commit 864799c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Unreleased

*

[0.2.0] - 2023-08-29
************************************************

Changed
=======

* Remove hard coded signal handler so that openedx_events producer config can
be used to push events to event bus in a configurable way.

[0.1.2] - 2023-08-18
************************************************

Expand Down
2 changes: 1 addition & 1 deletion skill_tagging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Django app plugin for fetching and verifying tags for xblock skills.
"""

__version__ = '0.1.2'
__version__ = '0.2.0'

# pylint: disable=invalid-name
default_app_config = 'skill_tagging.apps.SkillTaggingConfig'

0 comments on commit 864799c

Please sign in to comment.