bump: version 1.0.0-b3 → 1.0.0-b4

This commit is contained in:
2024-07-29 07:54:33 +00:00
parent 9e28722dba
commit 289668bb7f
2 changed files with 14 additions and 1 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.0.0-b3
version: 1.0.0-b4
version_scheme: semver

View File

@ -1,3 +1,16 @@
## 1.0.0-b4 (2024-07-29)
### Feat
- **swagger**: remove `{format}` suffixed doc entries
### Fix
- **api**: cleanup team post/get
- **api**: confirm HTTP method is allowed before permission check
- **api**: Ensure that organizations can't be created via the API
- **access**: Team model class inheritance order corrected
## 1.0.0-b3 (2024-07-21)
### Fix