diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a24734b7..c8192eaa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +v1.1.8 (2023-05-18) +------------------- +- [#450] test for setting/getting comments [Daniel Moore] +- [#377] fix iRODSSession connection timeout [Daniel Moore] +- [#450] Get property comments from replica object [Gwenael Leysour de Rohello] +- [#448] protect against bad parameters in modify_password [Daniel Moore] +- [#442] allow non-default string types in AVU fields [Daniel Moore] +- [#443] add NotLike (GenQuery 'NOT LIKE') operator [Daniel Moore] + v1.1.7 (2023-03-28) ------------------- - [#435] unregister can target a single replica [Daniel Moore] diff --git a/irods/version.py b/irods/version.py index 9910ac22..f0be1393 100644 --- a/irods/version.py +++ b/irods/version.py @@ -1 +1 @@ -__version__ = '1.1.7' +__version__ = '1.1.8'