diff --git a/CHANGELOG.md b/CHANGELOG.md index de9b0339..d7536233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Activity API: `get_filters` and `get_activities`. #112 +- ActivityAPI: `get_filters` and `get_activities`. #112 - FilesAPI: added `tags` support. #115 ### Changed diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index c44c646d..5ea9bef7 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.0.44.dev0" +__version__ = "0.1.0"