Skip to content

Commit

Permalink
- updated to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Jul 26, 2024
1 parent 4024284 commit 1bbd417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* chore: cleaned unused files
* chore: bump version

## v1.0.1

* feat: Add support to call custom callback functions from filters outside of 508's scope to support unified filter button clicking

## v0.2.2 (2024-05-07)

* fix: filter-list was concatenated incorrectly. Changed ? with & on tailing filters
Expand Down
2 changes: 1 addition & 1 deletion admin_interface/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.0.0'
__version__ = '1.0.1'

0 comments on commit 1bbd417

Please sign in to comment.