Skip to content

Commit ee4c9d7

Browse files
committed
Update changelog.
1 parent d309fb2 commit ee4c9d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
R2DBC H2 Changelog
22
=============================
33

4+
1.0.0.GA
5+
------------------
6+
* Upgrade to Reactor 2022.0.0. #237.
7+
* Upgrade to H2 2.1.214. #236.
8+
* Extract Spring HATEOAS version into a property. #235.
9+
* Upgrade to Spring Boot 2.7.5 for testing. #234.
10+
* Upgrade to Reactor 2022.0.0-RC1 #233.
11+
* Improve enum decoding support #231
12+
413
1.0.0.RC1
514
------------------
615
* Update to SPI 1.0.0.RELEASE

src/test/java/io/r2dbc/h2/util/ChangeLogReportGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
final class ChangeLogReportGenerator {
3636

37-
private static final int MILESTONE_ID = 16;
37+
private static final int MILESTONE_ID = 18;
3838
private static final String URI_TEMPLATE = "https://api.github.com/repos/r2dbc/r2dbc-h2/issues?milestone={id}&state=closed";
3939

4040
public static void main(String... args) {

0 commit comments

Comments
 (0)