diff --git a/CHANGELOG.md b/CHANGELOG.md index d4241146..05f08734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -* Support for selective logging of stacktrace +* ### Changed @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## [1.19.14] - 2024-04-25 + +### Added + +* Support for selective logging of stacktrace in `LogstashHandler` + ## [1.19.13] - 2024-04-23 ### Fixed diff --git a/setup.py b/setup.py index d3aecd02..b8b3f1f7 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read_file(path): netius.common.ensure_setup() setuptools.setup( name = "netius", - version = "1.19.13", + version = "1.19.14", author = "Hive Solutions Lda.", author_email = "development@hive.pt", description = "Netius System", diff --git a/src/netius/base/common.py b/src/netius/base/common.py index 196ed7a5..3733e005 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -66,7 +66,7 @@ identification of both the clients and the services this value may be prefixed or suffixed """ -VERSION = "1.19.13" +VERSION = "1.19.14" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """