diff --git a/CHANGELOG.md b/CHANGELOG.md index f44d465..00a63df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.0.1 +* Fixed an issue with encoding datetimes less than 01-01-1970 (fixes [#29](https://github.com/igorcoding/asynctnt/issues/29)) +* Fixed "Edit on Github" links in docs (fixes [#26](https://github.com/igorcoding/asynctnt/issues/26)) + ## v2.0.0 **Breaking changes:** * `Connection.sql()` method is renamed to `Connection.execute()` diff --git a/docs/conf.py b/docs/conf.py index f2765ff..0062123 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,5 +133,5 @@ def find_version(): 'display_github': True, 'github_user': 'igorcoding', 'github_repo': 'asynctnt', - 'github_version': 'v2/docs/', + 'github_version': 'master/docs/', }