Skip to content

Commit 71bdb68

Browse files
docs: update changelog
1 parent 8157a19 commit 71bdb68

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
## [Unreleased]
33

4+
## [7.0.0] - 2023-03-28
5+
46
### Added
57
* A DataStore class has been added to encapsulate the business rules around
68
persistence. The DataStore API deals in Domain objects. Behind the scenes,
@@ -13,14 +15,19 @@
1315
used with MongoDB, but that's still an 'early-access' option, as there is a
1416
known problem that's still being investigated.
1517

16-
* Introduced an interface class to define the methods of implemented by the Service class.
18+
* Introduced an interface class to define the methods of implemented by the Service class.
1719
This helps enforce a separation-of-concerns between the controller and service
1820
classes.
1921

2022
### Maintenance
2123

2224
* Updated these libraries and plugins:
25+
** AssertJ
2326
** Ben Manes gradle plugin
27+
** Lombok
28+
** PostgreSQL driver
29+
** SonarQube plugin
30+
** Spotless plugin
2431
** Spring Boot
2532
** Spring Cloud
2633

0 commit comments

Comments
 (0)