Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes authored Apr 24, 2024
1 parent e2d0318 commit 0174ed6
Showing 1 changed file with 52 additions and 30 deletions.
82 changes: 52 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,77 @@
# 2.0.0
# Changelog

## 2.0.1

- Check for revocation in metadata service

## 2.0.0

- Replace the Webauthn frontend solution. The homemade Typescript/React app is replaced with a Stimulus app.
- Drop PHP 7 support
- Move to Symfony 6.4

# 1.0.14
- Import buffer to prevent missing reference error #64
## 1.0.14

- Import buffer to prevent missing reference error ##64

## 1.0.13

# 1.0.13
- Add .env.dist required for deploy

# 1.0.12
## 1.0.12

- Added Github Action for tag release automation

# 1.0.11
## 1.0.11

- Added browserlist entry in package.json to ensure IE 11 support

# 1.0.10
## 1.0.10

- Update dependencies

# 1.0.9
## 1.0.9

- Add button for iOS devices requireing a gesture before FIDO can be used

# 1.0.8
## 1.0.8

- Add favicon
- Update dependencies

# 1.0.7
## 1.0.7

- Add X-UA-Compatible header to fix issues with embedded browsers

# 1.0.6
- Add monitoring endpoints /health and /info
- Update dependencies
- Move from security-checker to local-php-security-checker
- Disable unused fragments
## 1.0.6

- Add monitoring endpoints /health and /info
- Update dependencies
- Move from security-checker to local-php-security-checker
- Disable unused fragments

# 1.0.5
* Log unknown attestation certificates
* Update dependencies
## 1.0.5

- Log unknown attestation certificates
- Update dependencies

# 1.0.4
* Restore layout
## 1.0.4

# 1.0.3
* Add component_info for deployment
* Update translations
* Update dependencies
# 1.0.2
* Fix maximum index size and prevent DBAL JSON support #25
- Restore layout

# 1.0.1
* Add logging to syslog
## 1.0.3

# 1.0.0
* First release
- Add component_info for deployment
- Update translations
- Update dependencies

## 1.0.2

- Fix maximum index size and prevent DBAL JSON support ##25

## 1.0.1
- Add logging to syslog

## 1.0.0

- First release

0 comments on commit 0174ed6

Please sign in to comment.