diff --git a/CHANGELOG.md b/CHANGELOG.md index 6effd00..6810e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.1.0](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.3...v1.1.0) (2024-01-23) + +### Breaking Changes: + +- changed the format of the Sender response +- changed the format of the Getter response + +### Features: + +- implemented support for specifying Zabbix clusters in Sender +- implemented pre-processing of the agent response + +### Bug fixes: + +- fixed issue with hiding private (sensitive) fields in the log +- fixed small bugs and flaws + ## [1.0.3](https://github.com/zabbix/python-zabbix-utils/compare/v1.0.2...v1.0.3) (2024-01-09) ### Documentation diff --git a/zabbix_utils/version.py b/zabbix_utils/version.py index e0e88d9..56ac25d 100644 --- a/zabbix_utils/version.py +++ b/zabbix_utils/version.py @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -__version__ = "1.0.3" +__version__ = "1.1.0" __min_supported__ = 5.0 __max_supported__ = 7.0