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 Jul 20, 2017
1 parent 6b04908 commit 508ca44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 2.3.0
=============
- core: fix CPython implementation TTL parsing issue
- core: add ability to make queries using the command line
- core: fix parsing TXT records with invalid UTF-8 chars
- deps: removed unneeded c-ares files
- core: update bundled c-ares to 1.13.0
- ci: fix PyPy in Travis

Version 2.2.0
=============
- test: fix CNAME test
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.2.0'
__version__ = '2.3.0'

0 comments on commit 508ca44

Please sign in to comment.