diff --git a/ChangeLog b/ChangeLog index 53706ba..55287be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 2.1.0 +============= + - core: fix parsing chunked TXT records + Version 2.0.1 ============= - core: fix importing from errno submodule @@ -24,7 +28,7 @@ Version 2.0.0 - cffi: fixup FreeBSD support - doc: MinGW support got axed - doc: update supported Python versions - - core: update bundled c-ares to 9642b57 + - core: update bundled c-ares to 9642b57 Version 1.0.0 ============= diff --git a/pycares/_version.py b/pycares/_version.py index 1fda9b5..6f9894e 100644 --- a/pycares/_version.py +++ b/pycares/_version.py @@ -1,2 +1,2 @@ -__version__ = '2.0.1' +__version__ = '2.1.0'