Skip to content

Commit

Permalink
bump: version 1.0.0-a1 → 1.0.0-a2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfc-robot committed Jul 17, 2024
1 parent 5c74360 commit fa2b90e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa2b90e

Please sign in to comment.