Skip to content

Commit

Permalink
Merge pull request #162 from Aiven-Open/version-250
Browse files Browse the repository at this point in the history
Updating version and NEWS with last updates since version 2.4.3
  • Loading branch information
jlprat authored Dec 15, 2023
2 parents 3e1b59c + a547353 commit 390e69b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
journalpump 2.5.0 (2023-11-20)
==============================
* Migrate From oauth2client to google-auth
* Improved error handling for AWS Cloudwatch sender
* Logging improvements for multiple senders

journalpump 2.4.3 (2022-04-21)
==============================
* Add a feature for secret/credential filtering by regular expressions
Expand Down
2 changes: 1 addition & 1 deletion journalpump/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This file is under the Apache License, Version 2.0.
# See the file `LICENSE` for details.
"""journalpump"""
__version__ = "2.4.3"
__version__ = "2.5.0"

0 comments on commit 390e69b

Please sign in to comment.