Skip to content

Commit

Permalink
Add changelog for 1.5.0 (#145)
Browse files Browse the repository at this point in the history
martinclaus authored Mar 31, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 5dce90f commit 806cb2c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.5]

### [1.5.0] - 2023-03-31

This release introduces support of [LTI 1.3](https://www.imsglobal.org/spec/lti/v1p3) and moves large parts of the usage information to [ltiauthenticator.readthedocs.io](https://ltiauthenticator.readthedocs.io/).

#### New features added

- feat(lti13): Reintroduce lti13 support [#134](https://github.com/jupyterhub/ltiauthenticator/pull/134) ([@martinclaus](https://github.com/martinclaus))
- feat(lti13): Allow username key from custom claim [#142](https://github.com/jupyterhub/ltiauthenticator/pull/142) ([@martinclaus](https://github.com/martinclaus))

#### Bugs fixed

- fix(lti11) Make oauth_callback parameter optional [#139](https://github.com/jupyterhub/ltiauthenticator/pull/139) ([@martinclaus](https://github.com/martinclaus))

#### Documentation improvements

- docs: Move usage documentation to readthedocs [#144](https://github.com/jupyterhub/ltiauthenticator/pull/144) ([@martinclaus](https://github.com/martinclaus))
- docs(lti13): Rewrite lti13 documentation [#143](https://github.com/jupyterhub/ltiauthenticator/pull/143) ([@martinclaus](https://github.com/martinclaus))
- docs(lti11): Use consistent module path for LTI11Authenticator [#112](https://github.com/jupyterhub/ltiauthenticator/pull/112) ([@BenGig](https://github.com/BenGig))

#### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/ltiauthenticator/graphs/contributors?from=2023-03-01&to=2023-03-31&type=c))

[@BenGig](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3ABenGig+updated%3A2023-03-01..2023-03-31&type=Issues) | [@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3AconsideRatio+updated%3A2023-03-01..2023-03-31&type=Issues) | [@dennis531](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Adennis531+updated%3A2023-03-01..2023-03-31&type=Issues) | [@martinclaus](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Amartinclaus+updated%3A2023-03-01..2023-03-31&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Aminrk+updated%3A2023-03-01..2023-03-31&type=Issues)

## [1.4]

### [1.4.0] - 2023-03-01

0 comments on commit 806cb2c

Please sign in to comment.