Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed May 12, 2022
1 parent 242844f commit a4d0fcb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
---------

5.2.2 (2022-05-13)
******************

Bug fixes:

- Fix schema property ordering regression in ``ApiSpec.to_yaml()`` (:issue:`768`).
Thanks :user:`vorticity` for the PR.

5.2.1 (2022-05-01)
******************

Expand Down
2 changes: 1 addition & 1 deletion src/apispec/__init__.py
Expand Up @@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin

__version__ = "5.2.1"
__version__ = "5.2.2"
__all__ = ["APISpec", "BasePlugin"]

0 comments on commit a4d0fcb

Please sign in to comment.