Skip to content

Commit

Permalink
release: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 5, 2024
1 parent 7c88015 commit 8ccb36e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.2.0] - 2024-12-05

## 1.0
### Changed

- Bump minimum supported PHP version to 8.2.

## [1.1.1] - 2024-03-04

### Changed

- Bump minimum supported PHP version to 8.1.

## [1.1.0] - 2024-03-04

### Added

- Support Symfony 7.0 components — [\@JanMikes](https://github.com/JanMikes) ([\#4](https://github.com/psr-discovery/event-dispatcher-implementations/pull/4))

## [1.0.0] - 2023-03-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is largely intended for inclusion in libraries like SDKs that wish to suppo

## Requirements

- PHP 8.1+
- PHP 8.2+
- Composer 2.0+

Successful discovery requires the presence of a compatible implementation in the host application. This library does not install any implementations for you.
Expand Down

0 comments on commit 8ccb36e

Please sign in to comment.