File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## beta2
10
+ ## [ v2.0.0 ] - 2022-11-22
11
11
12
12
### Added
13
13
14
- - Model for collections of teams called "organizations"
15
- - New roles for organizations, "organization owner" and "organization manager"
16
- - Shell scripts for managing organizations, owners, and managers
14
+ - Middleware to catch errors consistently with Boom module
15
+ - Cypress configuration
16
+ - Authentication with next-auth
17
+ ### Changed
17
18
18
- ## beta1
19
+ - Upgraded Next.js to v13
20
+ - Upgraded Node.js to v18
21
+ - ESLint rules
22
+ - Make table rows slightly more compact #291
23
+ - Use Next.js default port instead of ` :8989 `
19
24
20
- ### TODO complete this
25
+ ### Fixed
26
+
27
+ - Scroll bar
28
+ - Reinstate API docs with ` next-swagger-doc `
29
+
30
+ ### Breaking
31
+
32
+ - Hydra configuration is temporarily broken, meaning it is not possible to create new clients
You can’t perform that action at this time.
0 commit comments