diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f493d0..fbb719e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Types of changes are: * **Fixed** for any bug fixes. ## [Unreleased] + +## [0.8.0] - 2020-04-09 ### Changed * `default` is now a class argument on subclasses of `ObjectMeta`. * Bump `json-ref-dict` to version `0.5.3`. @@ -181,7 +183,8 @@ Types of changes are: ## [0.0.0] Nothing here. -[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.7.0..HEAD +[Unreleased]: http://github.com/jacksmith15/statham-schema/compare/0.8.0..HEAD +[0.8.0]: http://github.com/jacksmith15/statham-schema/compare/0.7.0..0.8.0 [0.7.0]: http://github.com/jacksmith15/statham-schema/compare/0.6.0..0.7.0 [0.6.0]: http://github.com/jacksmith15/statham-schema/compare/0.5.0..0.6.0 [0.5.0]: http://github.com/jacksmith15/statham-schema/compare/0.4.0..0.5.0 diff --git a/statham/__init__.py b/statham/__init__.py index 49e0fc1..777f190 100644 --- a/statham/__init__.py +++ b/statham/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.8.0"