From a94ef5e595068051015bfd70cbc7b3e31e614122 Mon Sep 17 00:00:00 2001 From: Wilfried BARADAT Date: Mon, 15 Jul 2024 16:17:45 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(major)=20bump=20release=20to=202.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed - Compute `origin_url` from consumer URL instead of `HTTP_REFERER` --- CHANGELOG.md | 7 +++++-- setup.cfg | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd76308..6036a7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Fixed +## [2.0.0] - 2024-07-15 + +### Changed - Compute `origin_url` from consumer URL instead of `HTTP_REFERER` @@ -61,7 +63,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Import `lti_toolbox` library and tests from [Ashley](https://github.com/openfun/ashley) -[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v1.3.0...master +[Unreleased]: https://github.com/openfun/django-lti-toolbox/compare/v2.0.0...master +[2.0.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.3.0...v2.0.0 [1.3.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/openfun/django-lti-toolbox/compare/v1.0.1...v1.1.0 diff --git a/setup.cfg b/setup.cfg index 7f0cd2e..e59da83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-lti-toolbox -version = 1.3.0 +version = 2.0.0 description = A Django application to build LTI Tool Providers long_description = file:README.md long_description_content_type = text/markdown