diff --git a/.gitea/workflows/tag_release.yaml b/.gitea/workflows/tag_release.yaml index 5fbd045..995ee4e 100644 --- a/.gitea/workflows/tag_release.yaml +++ b/.gitea/workflows/tag_release.yaml @@ -25,7 +25,7 @@ jobs: run: | echo "Creating version" - VERSION="0.1.5" + VERSION="0.1.6" PROJECT_COMMIT_HASH=$(git rev-parse HEAD | cut -c 1-10) BRANCH_REF="${{ gitea.ref }}" BRANCH_NAME=$(echo "$BRANCH_REF" | cut -d '/' -f 3) diff --git a/tx0/message/scheduling/event.go b/tx0/message/scheduling/event.go index 3a3f1aa..e8d7fa5 100644 --- a/tx0/message/scheduling/event.go +++ b/tx0/message/scheduling/event.go @@ -8,7 +8,7 @@ import ( type ScheduledMessageEvent struct { Id uuid.UUID `json:"id"` - RecipientId uuid.UUID `json:"recipient_id"` + ContactId uuid.UUID `json:"contact_id"` MessageId uuid.UUID `json:"message_id"` ScheduledMessageId uuid.UUID `json:"scheduled_message_id"` Created time.Time `json:"created"`