Skip to content

Commit 4c5a7be

Browse files
Release 1.12.4
1 parent 1457cb8 commit 4c5a7be

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Version 1.12.4
4+
- Add logging to API endpoints [#197](https://github.com/viniciuschiele/flask-apscheduler/pull/197).
5+
- Fix issue [#203](https://github.com/viniciuschiele/flask-apscheduler/issues/203).
6+
37
### Version 1.12.3
48
- Fix issue [#120](https://github.com/viniciuschiele/flask-apscheduler/issues/120). Thanks [guru-florida](https://github.com/guru-florida) for the PR.
59
- Fix issue [#165](https://github.com/viniciuschiele/flask-apscheduler/issues/165). Thanks [christopherpickering](https://github.com/christopherpickering) for the PR.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='Flask-APScheduler',
8-
version='1.12.3',
8+
version='1.12.4',
99
packages=['flask_apscheduler'],
1010
url='https://github.com/viniciuschiele/flask-apscheduler',
1111
license='Apache 2.0',

0 commit comments

Comments
 (0)