Skip to content

Commit

Permalink
bump to v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Apr 19, 2021
1 parent 2467f0d commit 673e59b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
=========

0.12.4 (2021-04-19)
-------------------

- 添加健康检查接口 ``GET /health``

0.12.3 (2021-04-15)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion guniflask/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.12.3'
__version__ = '0.12.4'

0 comments on commit 673e59b

Please sign in to comment.