Skip to content

Commit

Permalink
Bump for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinAiken committed Apr 8, 2016
1 parent d1c12f1 commit 9e6feb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.0

- Deprecate `arguments` in favor of `args` [#5](https://github.com/JustinAiken/active_scheduler/pull/5)

# 0.1.0

- Only wrap jobs that are descendants of `ActiveJob::Base` [#3](https://github.com/JustinAiken/active_scheduler/pull/3)
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.1.0"
VERSION = "0.2.0"
end

0 comments on commit 9e6feb5

Please sign in to comment.