Skip to content

Commit

Permalink
Prepare version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Jan 4, 2017
1 parent e2340bc commit 9eca5c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# next

# 0.5.0
- Expand Travis matrix to include Rails 5 and more ruby versions
- Allow `rails_env` option since [resque-scheduler](https://github.com/resque/resque-scheduler) does [#10](https://github.com/JustinAiken/active_scheduler/pull/10) (Thanks @blahutka)

# 0.4.0
- Use job's queue instead of hardcoded `default` [#9](https://github.com/JustinAiken/active_scheduler/pull/9) (Thanks @r3trofitted)
Expand Down
9 changes: 5 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ simple_job:
- Wrapper class idea by [@ryanwjackson](https://www.github.com/ryanwjackson)
- Special thanks to [Rocketmade](https://www.rocketmade.com/) for development resources.
- Other Contributors:
- @jeremycrosbie
- @ximus
- @jdguzman
- @r3trofitted
- [@jeremycrosbie](https://github.com/jeremycrosbie)
- [@ximus](https://github.com/ximus)
- [@jdguzman](https://github.com/jdguzman)
- [@r3trofitted](https://github.com/r3trofitted)
- [@blahutka](https://github.com/blahutka)

## 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.4.0"
VERSION = "0.5.0"
end

0 comments on commit 9eca5c8

Please sign in to comment.