Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bindings/python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in Version 1.16.0
-------------------------

- Add support for text-based Queryable Encryption with the new "textPreview"
algorithm. NOTE: The "textPreview" algorithm is experimental only. It is
not intended for public use.

Changes in Version 1.15.1
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongocrypt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.15.2.dev0"
__version__ = "1.16.0"

_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"
Loading