Skip to content

Commit

Permalink
Merge pull request #41 from iLert/add-region-to-user
Browse files Browse the repository at this point in the history
add region to user
  • Loading branch information
yacut authored Jul 9, 2024
2 parents c517bc2 + 1dd4fb4 commit 785c1af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 09.05.2024, Version 3.8.1

- add region to user [#41](https://github.com/iLert/ilert-go/pull/41)

## 06.05.2024, Version 3.8.0

- add send-no-invitation option to user create api [#40](https://github.com/iLert/ilert-go/pull/40)
Expand Down
1 change: 1 addition & 0 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type User struct {
Department string `json:"department,omitempty"`
Language string `json:"language,omitempty"`
Role string `json:"role,omitempty"`
Region string `json:"region,omitempty"`
ShiftColor string `json:"shiftColor,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ilert

// Version package version
const Version = "v3.8.0"
const Version = "v3.8.1"

0 comments on commit 785c1af

Please sign in to comment.