diff --git a/changelog.md b/changelog.md index e2a7e42..7f7c5fd 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Placeholder for unreleased content) +## [1.1] + +### Added +- Support for the new maintenance functionality + ## [1.0] ### Added diff --git a/setup.py b/setup.py index d925bcd..0fca8c1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ URL = 'https://github.com/NodePing/python-nodeping-api' EMAIL = 'support@nodeping.com' AUTHOR = 'NodePing' -VERSION = '1.0' +VERSION = '1.1' LICENSE = 'MIT' setuptools.setup(