### Release Notes for [2.0.0](https://github.com/doctrine/event-manager/milestone/7)

Backwards incompatible release (major)

### 2.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **1**

#### Improvement

 - [59: Remove doctrine/deprecations](https://github.com/doctrine/event-manager/pull/59) thanks to @derrabus
 - [54: Revert return type on `EventSubscriber::getSubscribedEvents()`](https://github.com/doctrine/event-manager/pull/54) thanks to @derrabus

#### BC Break

 - [57: Made the `$event` parameter of `EventManager::getListeners()` mandatory](https://github.com/doctrine/event-manager/pull/57) thanks to @derrabus
 - [51: Bump to PHP 8.1 and add types everywhere](https://github.com/doctrine/event-manager/pull/51) thanks to @derrabus