diff --git a/CHANGELOG.md b/CHANGELOG.md index a0fbd215..d237a0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Optional `raise_e` support in `LogstashHandler` +* ### Fixed * +## [1.19.6] - 2024-04-23 + +### Changed + +* Optional `raise_e` support in `LogstashHandler` + ## [1.19.5] - 2024-04-23 ### Fixed diff --git a/setup.py b/setup.py index 8eb282e3..90bf214c 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.5", + version = "1.19.6", 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 d3ad9e12..657e5056 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.5" +VERSION = "1.19.6" """ The version value that identifies the version of the current infra-structure, all of the services and clients may share this value """