Skip to content

Commit

Permalink
core: raised version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 3, 2016
1 parent 3f646b2 commit 4853d89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.1.1
=============
- cffi: fix setting nameserver in Channel.__init__
- doc: update Sphinx configuration so the docs can be built
- core: backport fix for CVE-2016-5180
- cffi: fix structure definition
- ci: use PyPy 5.4.1 when testing on Travis

Version 2.1.0
=============
- core: fix parsing chunked TXT records
Expand Down
2 changes: 1 addition & 1 deletion pycares/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '2.1.0'
__version__ = '2.1.1'

0 comments on commit 4853d89

Please sign in to comment.