Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelser committed Jan 27, 2017
1 parent 3741239 commit db232a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3

- Default concurrency to false to avoid any surprises (thanks Andrew Kane!)
- Include all TrafficControl features by default, and update docs (thanks Andrew Kane!)

## 0.1.2

- Use #class_attribute instead of #attr_accessor for various configuration (thanks avokhmin!)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_job/traffic_control/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveJob
module TrafficControl
VERSION = "0.1.2"
VERSION = "0.1.3"
end
end

0 comments on commit db232a8

Please sign in to comment.