diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d9cc93..426265d 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.10.1] - 2018-11-18 ## Fixed - Fix missing field "refund_to_payer" in Refund model @@ -22,6 +24,7 @@ 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.0...HEAD +[Unreleased]: https://github.com/HearthSim/dj-paypal/compare/0.10.1...HEAD +[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 fd12937..db38083 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dj-paypal -version = 0.10.0 +version = 0.10.1 description = Django / Paypal integration (based on dj-stripe) author = Jerome Leclanche author_email = jerome@leclan.ch