diff --git a/CHANGELOG.md b/CHANGELOG.md index 891fd31..27fa2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.0.0] - 2019-09-19 +### Changed +- Refactor Router and Schema + ## [v1.3.2] - 2019-08-15 ### Added - ASGI 3 support @@ -208,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Conception! -[Unreleased]: https://github.com/taoufik07/responder/compare/v1.3.2..HEAD +[Unreleased]: https://github.com/taoufik07/responder/compare/v2.0.0..HEAD +[v2.0.0]: https://github.com/taoufik07/responder/compare/v1.3.2..v2.0.0 [v1.3.2]: https://github.com/taoufik07/responder/compare/v1.3.1..v1.3.2 [v1.3.1]: https://github.com/taoufik07/responder/compare/v1.3.0..v1.3.1 [v1.3.0]: https://github.com/taoufik07/responder/compare/v1.2.0..v1.3.0 diff --git a/responder/__version__.py b/responder/__version__.py index f708a9b..8c0d5d5 100644 --- a/responder/__version__.py +++ b/responder/__version__.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "2.0.0"