File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
23
## 1.8.2 - 2022-11-03
9
24
10
25
### Fixed
You can’t perform that action at this time.
0 commit comments