build: bump version 1.11.0 -> 1.12.0

This commit is contained in:
2025-03-01 10:43:29 +00:00
parent a28a295d19
commit fa03f7471b
2 changed files with 27 additions and 1 deletions

View File

@ -17,5 +17,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.11.0
version: 1.12.0
version_scheme: semver

View File

@ -1,3 +1,29 @@
## 1.12.0 (2025-03-01)
### feat
- **api**: Add delete column to AuthToken Table
- **docker**: Upgrade system packages on build
- **api**: AuthToken requires viewset get_back_url
- **api**: Add auth token api endpoint
- **settings**: Add section title to auth tokens
- **settings**: Add tokens url to user settings `_urls`
- **api**: Update Auth Token model for use with serializer
- **api**: Add user Auth Token viewset
- **api**: Add user Auth Token serializer
- **settings**: Add `page_layout` attribute to User Settings
### Fixes
- **api**: correct usage of `AuthToken.generate` to a property
### Tests
- **api**: AuthToken ViewSet checks (unit)
- **api**: AuthToken API Field checks
- **api**: AuthToken Serializer checks
- **api**: AuthToken ViewSet checks
## 1.11.0 (2025-02-21)
### feat