Skip to content

Commit b002676

Browse files
committed
chore: prepare release 2.0.0
1 parent 41cfa5f commit b002676

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.0 - 2022-12-20
9+
10+
### Added
11+
12+
* Add UUID version 7 generator ([#191](https://github.com/ramsey/uuid-doctrine/pull/191)).
13+
* Support other subclasses of EntityManagerInterface ([#180](https://github.com/ramsey/uuid-doctrine/pull/180)).
14+
* Use binary binding type for `UuidBinary*` types ([#72](https://github.com/ramsey/uuid-doctrine/pull/72)).
15+
16+
### Changed
17+
18+
* All public method signatures now specify return types. This might affect downstream child classes.
19+
* Minimum version of PHP is now 7.4.
20+
* Minimum version of doctrine/dbal is now 2.8.
21+
* Minimum version of ramsey/uuid is now 3.9.7.
22+
823
## 1.8.2 - 2022-11-03
924

1025
### Fixed

0 commit comments

Comments
 (0)