diff --git a/README.md b/README.md index f1962e4..8229fc9 100644 --- a/README.md +++ b/README.md @@ -311,9 +311,10 @@ Our project welcomes external contributions. Please refer to [CONTRIBUTING.md](C ## Change Log -##### v0.9.6 (WIP) +##### v0.9.6 -* Speed optimization in case cluster already exist +* Fix issue https://github.com/IBM/Drain3/issues/38: Unnecessary update of + LRU cache in case `max_clusters` is used (thanks @StanislawSwierc). ##### v0.9.5 diff --git a/setup.py b/setup.py index 78cace6..9e93324 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='drain3', packages=['drain3'], - version="0.9.5", + version="0.9.6", license='MIT', description="Persistent & streaming log template miner", long_description=long_description,