Skip to content

Commit

Permalink
Merge pull request #89 from cirrusidentity/release_prep/v4.1
Browse files Browse the repository at this point in the history
Release prep/v4.1
  • Loading branch information
pradtke committed Jan 29, 2024
2 parents 83d2aac + 4504a21 commit 0c01b3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Setup PHP, with composer and extensions
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# simplesamlphp-module-authoauth2 Changelog

## v4.0.0-beta.2
## v4.1.0-beta.1
_Release: 2024-01-29
* Test against php 8.3
* Add support for PKCE
* Add support for running authproc filters
* Require league/oauth2-client ^2.7

## v4.0.0
_Release: 2023-08-04
* No changes from v4.0.0-beta.2

## v4.0.0-beta.2
_Release: 2023-08-04
* LinkedIn OIDC Template
* Deprecate old LinkedIn auth method
Expand Down

0 comments on commit 0c01b3d

Please sign in to comment.