Skip to content

Commit

Permalink
Release v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gov-dmitry committed Sep 7, 2024
1 parent ef86f08 commit 94e3689
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.3] - 2024-09-07

### Fixed
- Move delegates events to the aggregator namespace

## [0.3.2] - 2024-09-07

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions events/core/delegates.go → events/aggregator/delegates.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package core
package aggregator

import (
"github.com/goverland-labs/goverland-platform-events/events"
)

const (
SubjectDelegateUpsert = "core.delegate.upsert"
SubjectDelegateUpsert = "aggregator.delegate.updated"
)

const (
Expand Down

0 comments on commit 94e3689

Please sign in to comment.