Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Dec 15, 2016
1 parent 64eb2ab commit 4cc7728
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.4.0
- Use job's queue instead of hardcoded `default` [#9](https://github.com/JustinAiken/active_scheduler/pull/9) (Thanks @r3trofitted)

# 0.3.0

- Remove explicit active_support dependency (it's pulled in by activejob)
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ simple_job:
- @jeremycrosbie
- @ximus
- @jdguzman
- @r3trofitted

## License

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.3.0"
VERSION = "0.4.0"
end

0 comments on commit 4cc7728

Please sign in to comment.