diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d6295..f92268d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.11.0] - 2018-12-18 ## Added - Add "admin_url" property in PaypalObject model - Add link to resource in WebhookEvent admin @@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix missing Refund fields -[Unreleased]: https://github.com/HearthSim/dj-paypal/compare/0.10.1...HEAD +[Unreleased]: https://github.com/HearthSim/dj-paypal/compare/0.11.0...HEAD +[0.11.0]: https://github.com/HearthSim/dj-paypal/compare/0.10.1...0.11.0 [0.10.1]: https://github.com/HearthSim/dj-paypal/compare/0.10.0...0.10.1 [0.10.0]: https://github.com/HearthSim/dj-paypal/compare/0.9.1...0.10.0 [0.9.1]: https://github.com/HearthSim/dj-paypal/compare/0.9.0...0.9.1 diff --git a/setup.cfg b/setup.cfg index db38083..dd914f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dj-paypal -version = 0.10.1 +version = 0.11.0 description = Django / Paypal integration (based on dj-stripe) author = Jerome Leclanche author_email = jerome@leclan.ch