diff --git a/CHANGES.md b/CHANGES.md index 4b6a30c..04fd220 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # APIFairy Change Log +**Release 0.8.1** - 2021-08-30 + +- Add the documentation templates back into the package [#2](https://github.com/miguelgrinberg/apifairy/issues/2) ([commit](https://github.com/miguelgrinberg/apifairy/commit/7e0115cd5706652d7208bfafb8b47e8fe84b5de7)) + **Release 0.8.0** - 2021-08-07 - Add `servers` section ([commit](https://github.com/miguelgrinberg/apifairy/commit/6d5d614ff0dc9ef7666191f4ca7c9e9139518d99)) diff --git a/setup.cfg b/setup.cfg index 87c3207..24ccc2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = apifairy -version = 0.8.1.dev0 +version = 0.8.1 author = Miguel Grinberg author_email = miguel.grinberg@gmail.com description = A minimalistic API framework built on top of Flask, Marshmallow and friends.