Skip to content

Commit 369338f

Browse files
committed
Update changelog
1 parent b65dbbd commit 369338f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## beta2
10+
## [v2.0.0] - 2022-11-22
1111

1212
### Added
1313

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
1718

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`
1924

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

0 commit comments

Comments
 (0)