Skip to content

Commit

Permalink
release: v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 14, 2023
1 parent 1587dc6 commit 6e9eea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 2.0.1 (released 2023-10-14)

- set sentry_event_id

Version 2.0.0 (released 2023-10-12)

- removes support for raven
Expand Down
2 changes: 1 addition & 1 deletion invenio_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@

from __future__ import absolute_import, print_function

__version__ = "2.0.0"
__version__ = "2.0.1"

__all__ = ("__version__",)

0 comments on commit 6e9eea0

Please sign in to comment.