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 Mar 6, 2023
1 parent 3dd8f65 commit 2788f8f
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
---------

6.2.0 (2023-03-06)
******************

Features:

- Resolve references in callbacks (:issue:`827`).
Thanks :user:`codectl` for the PR.

6.1.0 (2023-03-03)
******************

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__ = "6.1.0"
__version__ = "6.2.0"
__all__ = ["APISpec", "BasePlugin"]

0 comments on commit 2788f8f

Please sign in to comment.