Skip to content

Commit 6454df3

Browse files
committed
v0.12.0
1 parent 73c795e commit 6454df3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.12.0]
10+
911
### Changed
1012
- Pipelines fetching all queue subscriptions when using `QueueBus::Application.all`
1113

Diff for: lib/queue_bus/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module QueueBus
4-
VERSION = '0.11.0'
4+
VERSION = '0.12.0'
55
end

0 commit comments

Comments
 (0)