Skip to content

Commit

Permalink
Prepare 6.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Sep 13, 2022
1 parent 32cc8b7 commit a700b46
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All Notable changes to `League\Uri` will be documented in this file

## [Next](https://github.com/thephpleague/uri/compare/6.7.1...master) - TBD
## [6.8.0](https://github.com/thephpleague/uri/compare/6.7.2...master) - 2022-09-13

### Added

Expand All @@ -23,6 +23,23 @@ All Notable changes to `League\Uri` will be documented in this file

- Support for PHP7.4 and PHP8.0

## [6.7.2](https://github.com/thephpleague/uri/compare/6.7.1...6.7.2) - 2022-09-13

### Added

- None

### Fixed

- `Http::getPath` and `Uri::getPath` methods returned values are normalized to prevent potential XSS and open redirect vectors.

### Deprecated

- None

### Remove

- None

## [6.7.1](https://github.com/thephpleague/uri/compare/6.7.0...6.7.1) - 2022-06-29

Expand Down

0 comments on commit a700b46

Please sign in to comment.