From 0e14e7db9e50d85f52f9e9096bf482f29e3a5a2e Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 20 Mar 2026 13:43:42 +0100 Subject: [PATCH 1/2] Bump version to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d83fc7..d07a234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leakix" -version = "1.0.0" +version = "1.1.0" description = "Official python client for LeakIX (https://leakix.net)" readme = "README.md" license = { text = "MIT" } From fecb2f01e06619b184427c1fedf2846c86a50209 Mon Sep 17 00:00:00 2001 From: Danny Willems Date: Fri, 20 Mar 2026 13:44:00 +0100 Subject: [PATCH 2/2] CHANGELOG: release 1.1.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf98949..5e0a280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [1.1.0] - 2026-03-20 + ### Added - Add `get_plugin(name)` method to fetch plugin description by name @@ -99,7 +101,8 @@ and this project adheres to - Query building with MustQuery, MustNotQuery, ShouldQuery - Field filters: TimeField, PluginField, IPField, PortField, CountryField -[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.0.0...HEAD +[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.10...v1.0.0 [0.1.10]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9