diff --git a/CHANGELOG.md b/CHANGELOG.md index 05868eb..17f7d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 1.12.3 + - Fix issue [#120](https://github.com/viniciuschiele/flask-apscheduler/issues/120). Thanks [guru-florida](https://github.com/guru-florida) for the PR. + - Fix issue [#165](https://github.com/viniciuschiele/flask-apscheduler/issues/165). Thanks [christopherpickering](https://github.com/christopherpickering) for the PR. + ### Version 1.12.2 - Fix issue [#139](https://github.com/viniciuschiele/flask-apscheduler/issues/139). Thanks [Gkirito](https://github.com/Gkirito) for the PR. diff --git a/setup.py b/setup.py index 895f33f..3df94de 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='Flask-APScheduler', - version='1.12.2', + version='1.12.3', packages=['flask_apscheduler'], url='https://github.com/viniciuschiele/flask-apscheduler', license='Apache 2.0',