Skip to content

Commit

Permalink
Version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Aug 7, 2020
1 parent 0c4ac94 commit 6f8af20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.7.0
- Remove deprecated Rubyforge reference [#19](https://github.com/JustinAiken/active_scheduler/pull/19) (Thanks @kensentor)
- Implement ActiveScheduler::ResqueWrapper.scheduled [#17](https://github.com/JustinAiken/active_scheduler/pull/17) (Thanks @AMHOL)

# 0.6.0

- Add `persist` option [#15](https://github.com/JustinAiken/active_scheduler/pull/15) (Thanks @SpiffyStores)
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Currently only Resque is supported, but pull requests to add other queues (sidek
- Ruby 2.0+
- ActiveJob
- 4.2 is tested and used in production
- 5.0 is tested against CI, but I haven't tried it in production.
- 5.0-6.0 is tested against CI, but I haven't tried it in production.
- Resque
- Resque Scheduler

Expand Down
2 changes: 1 addition & 1 deletion lib/active_scheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveScheduler
VERSION = "0.6.0"
VERSION = "0.7.0"
end

0 comments on commit 6f8af20

Please sign in to comment.