Skip to content

Commit

Permalink
Updating CHANGES and VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 16, 2024
1 parent 0aa6f27 commit c07df61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.4 | 2024-12-12 19:40:54 -0800

* Fixup pre-commit (Michael Dopheide)

* chore: linting/pre-commit (Michael Dopheide)

* Supporting IPv6 addresses for the --controller option (Michael Dopheide)

1.3.1-49 | 2024-12-12 16:41:07 -0800

* Revert modification of sys.path when importing zeekclient (Tim Wojtulewicz, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1-49
1.4
2 changes: 1 addition & 1 deletion zeekclient/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
)
from .logs import LOG

__version__ = "1.3.1-49"
__version__ = "1.4"
__all__ = [
"brokertypes",
"cli",
Expand Down

0 comments on commit c07df61

Please sign in to comment.