Skip to content

Commit c2e6e6d

Browse files
committed
Update version and CHANGELOG
1 parent 4596719 commit c2e6e6d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## [Unreleased]
22

3+
## [0.1.2] - 2025-06-12
4+
5+
- Quiet task only runs on :solid_queue_role [#3](https://github.com/codeur/capistrano-solid_queue/pull/5) by [@bashcoder](https://github.com/bashcoder)
6+
37
## [0.1.1] - 2025-03-27
48

59
- Fix system user [#2](https://github.com/codeur/capistrano-solid_queue/pull/2) by [@lubosch](https://github.com/lubosch)

lib/capistrano/solid_queue/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Capistrano
44
module SolidQueue
5-
VERSION = "0.1.1"
5+
VERSION = "0.1.2"
66
end
77
end

0 commit comments

Comments
 (0)