Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 20, 2023
1 parent 0f24ea4 commit b41a8c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
Changes
=======

Version v1.1.1 (released 2023-10-20)

- badges: remove user_id check from old endpoint
- ui: fixed rendering of releases without event

Version v1.1.0 (released 2023-10-19)

- config: added default configs for citation cff support.
Expand Down
2 changes: 1 addition & 1 deletion invenio_github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

from .ext import InvenioGitHub

__version__ = "1.1.0"
__version__ = "1.1.1"

__all__ = ("__version__", "InvenioGitHub")

0 comments on commit b41a8c2

Please sign in to comment.