Skip to content

Commit

Permalink
Release 0.8.1 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 10, 2023
1 parent e66e4a2 commit 99dd7d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ CHANGES

.. towncrier release notes start
0.8.1 (2023-02-10)
==================
- Add ``conn_args`` to ``Client`` to allow TLS and other options when connecting to memcache.

0.8.0 (2022-12-11)
==================
- Add ``FlagClient`` to support memcached flags.
Expand Down
2 changes: 1 addition & 1 deletion aiomcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__all__ = ("Client", "ClientException", "FlagClient", "ValidationException")

__version__ = "0.8.0"
__version__ = "0.8.1"

0 comments on commit 99dd7d8

Please sign in to comment.