summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Ennes <pieter@authentiq.com>2018-03-18 10:35:08 +0000
committerPieter Ennes <pieter@authentiq.com>2018-03-18 15:08:54 +0000
commite7b906aca8537c62a1c12fb6b31bed219569a647 (patch)
treebbfdc4c8251fb3296f4b55ef2f2d90d32e77823d
parent7928dd392ad635ce9ffc75fc3e9c54cbbe87b6a2 (diff)
downloadoauthlib-e7b906aca8537c62a1c12fb6b31bed219569a647.tar.gz
Update changelog for 2.0.7.
-rw-r--r--AUTHORS2
-rw-r--r--CHANGELOG.rst10
2 files changed, 10 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 811679e..7d5d9ad 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,3 +26,5 @@ Juan Fabio GarcĂ­a Solero
Omer Katz
Joel Stevenson
Brendan McCollam
+Jonathan Huot
+Pieter Ennes
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9ced51a..7389af0 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========
-2.0.7 (2018-03-09)
+2.0.7 (2018-03-19)
------------------
* Moved oauthlib into new organization on GitHub.
@@ -9,9 +9,15 @@ Changelog
* When deploying a release to PyPI, include the wheel distribution. (#496)
* Check access token in self.token dict. (#500)
* Added bottle-oauthlib to docs. (#509)
-* Updated docs for organization change. (#515)
* Update repository location in Travis. (#514)
+* Updated docs for organization change. (#515)
* Replace G+ with Gitter. (#517)
+* Update requirements. (#518)
+* Add shields for Python versions, license and RTD. (#520)
+* Fix ReadTheDocs build (#521).
+* Fixed "make" command to test upstream with local oauthlib. (#522)
+* Replace IRC notification with Gitter Hook. (#523)
+* Added Github Releases deploy provider. (#523)
2.0.6 (2017-10-20)
------------------