bump: version 1.0.0-a1 → 1.0.0-a2

This commit is contained in:
2024-07-17 16:53:14 +00:00
parent 5c74360842
commit e38145f44b
2 changed files with 16 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-a1
version: 1.0.0-a2
version_scheme: semver

View File

@ -1,3 +1,18 @@
## 1.0.0-a2 (2024-07-17)
### Feat
- **api**: Inventory matching of device second by uuid
- **api**: Inventory matching of device first by serial number
- **base**: show warning bar if the user has not set a default organization
### Fix
- **base**: dont show user warning bar for non-authenticated user
- **api**: correct inventory operating system selection by name
- **api**: correct inventory operating system and it's linking to device
- **api**: correct inventory device search to be case insensitive
## 1.0.0-a1 (2024-07-16)
### BREAKING CHANGE