Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.3.9] - 2026-04-17
### Fixed
- Fix `IssuesActor` pattern call to use the single-argument form `pattern 'github.issues.*'` — the two-argument form `pattern :routing_key, value` is only valid on `Absorbers::Base` subclasses; on `Actors::Subscription` subclasses the method accepts a single routing key string

## [0.3.8] - 2026-04-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/legion/extensions/github/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Legion
module Extensions
module Github
VERSION = '0.3.8'
VERSION = '0.3.9'
end
end
end
Loading