We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fdd23 commit bb03bb5Copy full SHA for bb03bb5
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+v1.1.8 (2023-05-18)
5
+-------------------
6
+- [#450] test for setting/getting comments [Daniel Moore]
7
+- [#377] fix iRODSSession connection timeout [Daniel Moore]
8
+- [#450] Get property comments from replica object [Gwenael Leysour de Rohello]
9
+- [#448] protect against bad parameters in modify_password [Daniel Moore]
10
+- [#442] allow non-default string types in AVU fields [Daniel Moore]
11
+- [#443] add NotLike (GenQuery 'NOT LIKE') operator [Daniel Moore]
12
+
13
v1.1.7 (2023-03-28)
14
-------------------
15
- [#435] unregister can target a single replica [Daniel Moore]
irods/version.py
@@ -1 +1 @@
-__version__ = '1.1.7'
+__version__ = '1.1.8'
0 commit comments