diff --git a/CHANGELOG.md b/CHANGELOG.md index ff361553..e3c43bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +### v0.12.1 +* Check that Chrome path is a file that exists on Windows before blindly returning it. + ## v0.12.0 * Allow users to override the amount of time Python will wait for Javascript functions running via Eel to run before bailing and returning None. diff --git a/setup.py b/setup.py index 33d060d7..ad5a20ee 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='Eel', - version='0.12.0', + version='0.12.1', author='Chris Knott', author_email='chrisknott@hotmail.co.uk', url='https://github.com/samuelhwilliams/Eel',