Skip to content

Commit 31c06f9

Browse files
authored
Release 1.1.0 (#87)
* Bump version to 1.1.0 * CHANGELOG: release 1.1.0
1 parent bf3dee2 commit 31c06f9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [1.1.0] - 2026-03-20
12+
1113
### Added
1214

1315
- Add `get_plugin(name)` method to fetch plugin description by name
@@ -99,7 +101,8 @@ and this project adheres to
99101
- Query building with MustQuery, MustNotQuery, ShouldQuery
100102
- Field filters: TimeField, PluginField, IPField, PortField, CountryField
101103

102-
[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.0.0...HEAD
104+
[unreleased]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.1.0...HEAD
105+
[1.1.0]: https://github.com/LeakIX/LeakIXClient-Python/compare/v1.0.0...v1.1.0
103106
[1.0.0]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.10...v1.0.0
104107
[0.1.10]: https://github.com/LeakIX/LeakIXClient-Python/compare/v0.1.9...v0.1.10
105108
[0.1.9]: https://github.com/LeakIX/LeakIXClient-Python/releases/tag/v0.1.9

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "leakix"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Official python client for LeakIX (https://leakix.net)"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)