Skip to content

Commit

Permalink
updated CHANGELOG and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aiantsen committed Apr 12, 2024
1 parent ca8c508 commit dd2ca45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.0.0](https://github.com/zabbix/python-zabbix-utils/compare/v1.1.1...v2.0.0) (2024-04-12)

### Features:

- added asynchronous modules: AsyncZabbixAPI, AsyncSender, AsyncGetter
- added examples of working with asynchronous modules

### Bug fixes:

- fixed issue [#7](https://github.com/zabbix/python-zabbix-utils/issues/7) in examples of PSK using on Linux
- fixed small bugs and flaws

## [1.1.1](https://github.com/zabbix/python-zabbix-utils/compare/v1.1.0...v1.1.1) (2024-03-06)

### Changes:
Expand Down
2 changes: 1 addition & 1 deletion zabbix_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
# OTHER DEALINGS IN THE SOFTWARE.

__version__ = "1.1.1"
__version__ = "2.0.0"

__min_supported__ = 5.0
__max_supported__ = 7.0

0 comments on commit dd2ca45

Please sign in to comment.