##0.6.3
- 703c631 2017-02-20 Merge branch 'config' (Sergio Medina)
- a6be474 2017-02-20 add configuration (Sergio Medina)
- 6417919 2017-02-20 Merge branch 'master' into config (Sergio Medina)
- e366ff1 2017-02-20 Update .travis.yml (Sergio Medina)
- c054df5 2017-02-20 require ruby 2.3 (Sergio Medina)
- 4fe39d6 2017-02-20 we only support ruby 2.3 (Sergio Medina)
- ddde160 2017-02-20 fix bundle exec rails console (Sergio Medina)
- db40a97 2017-02-20 remove config (Sergio Medina)
- 98ce185 2017-02-20 fix tests (Sergio Medina)
- 41d23d8 2017-02-20 add AvoidRailsEnv cop (Sergio Medina)
##0.6.2
- 38e6271 2016-08-02 updated rake release task (Nicolas Pepin-Perreault)
- d501cbd 2016-08-02 updated gemspec (Nicolas Pepin-Perreault)
- 1da9341 2016-08-02 ignore .gem files (Nicolas Pepin-Perreault)
- 14da014 2016-08-02 updated gemspec (Nicolas Pepin-Perreault)
- 11c7876 2016-08-02 added redis_rds from rubygems (Nicolas Pepin-Perreault)
- 6858a0d 2016-07-25 add coveralls status badge (Sergio Medina)
- ef464f5 2016-07-25 add code coverage tools (Sergio Medina)
- 563718a 2016-07-25 ignore .md-u files (Sergio Medina)
##0.6.1
- db3e65b 2016-07-19 version bump to 0.6.1 (Sergio Medina)
- 0e7df5b 2016-07-19 add versioning via rake task (Sergio Medina)
- a28c439 2016-07-19 add travis config and rewrite README.rdoc in markdown (Sergio Medina)
- 70d107f 2016-07-14 Array.wrap object in case someone transitions a single object (Sergio Medina)
- ef9daba 2016-07-14 lint lib/rworkflow/worker.rb (Sergio Medina)
- d98833d 2016-07-14 add debug logging (Sergio Medina)
- 17927ee 2016-07-13 change default queue to :mysql (Sergio Medina)
- da69e3b 2016-07-13 ignore downloaded rubocop file (Sergio Medina)
- 988f049 2016-06-23 mark as invalid when unable to load flow, dont crash (Nicolas Pepin-Perreault)
- ac9dcff 2016-05-04 use shared rubocop.yml file (Sergio Medina)
- cd5e518 2016-05-02 depend on sidekiq > 3 (Sergio Medina)
- 8ab58e2 2016-04-21 lint Gemfile (Sergio Medina)
- 4c5d07b 2016-04-21 lint gemspec (Sergio Medina)
- c26a40e 2016-04-21 disable rubocop frozen string literal comment (Sergio Medina)
- 4ecdd57 2016-04-21 update to sidekiq < 4 and bump version (Sergio Medina)
- 91cc4f8 2016-04-21 added rubocop.yml (Sergio Medina)
- 3ead3b5 2016-03-29 fixed tests; fixed issue when clean up steps rely on metadata still being stored (Nicolas Pepin-Perreault)
- f41b3e9 2016-02-22 chain enumerables (Nicolas Pepin-Perreault)
- 72a51eb 2016-02-22 rewrote to add default parent_class (Nicolas Pepin-Perreault)
- fd14291 2016-02-22 added parent_class options to flow registry all (Nicolas Pepin-Perreault)
- dbb1b51 2016-02-22 fixed issue registering flow ids (Nicolas Pepin-Perreault)
- 9641ae5 2016-02-22 fixed syntax error (Nicolas Pepin-Perreault)
- 2a358ab 2016-02-22 updated version and included it (Nicolas Pepin-Perreault)
- 6def411 2016-02-22 added flow registry (Nicolas Pepin-Perreault)
- bf82a94 2016-02-22 fixed typo (Nicolas Pepin-Perreault)
- bd80878 2016-02-05 use empty, not nil (Nicolas Pepin-Perreault)
- 58fa1df 2016-02-05 typo (Nicolas Pepin-Perreault)
- 2eacc65 2016-02-05 use .nil? and !.nil? instead of rails blank? and present? (Nicolas Pepin-Perreault)
- 6d2d689 2016-02-05 serializer now configurable per workflow class (Nicolas Pepin-Perreault)
- 0697182 2016-02-04 better graph output (Nicolas Pepin-Perreault)
- 5ba2f1c 2016-02-04 use singleton_class when extending test workflow (Nicolas Pepin-Perreault)
- abe1a97 2016-02-04 use singleton_class when extending test workflow (Nicolas Pepin-Perreault)
- c16a1a1 2016-02-03 fixed backwards compatibility with non sidekiq lifecycle flows (Nicolas Pepin-Perreault)
- 31be7a6 2016-02-03 fixed serialization/unserialization of sidekiqflows (Nicolas Pepin-Perreault)
- f1f5fd1 2016-02-03 fixed naming issue (Nicolas Pepin-Perreault)
- 9dd58c8 2016-02-03 added missing requires for sidekiq lc and state (Nicolas Pepin-Perreault)
- f4df714 2016-02-03 return workflow as well as worker, and add possibility to pass meta data to set for workflow (Nicolas Pepin-Perreault)
- 7f44a0c 2016-02-03 fixed workflow for worker unit tests (Nicolas Pepin-Perreault)
- 5845b81 2016-02-03 fixed workflow for worker unit tests (Nicolas Pepin-Perreault)
- a4bf797 2016-02-03 refactored unit testing for workers (Nicolas Pepin-Perreault)
- 8dc4eb9 2016-02-03 add dummy workflow during testing (Nicolas Pepin-Perreault)
- 75243ed 2016-02-03 removed unnecessary require (Nicolas Pepin-Perreault)
- 2d1d475 2016-02-03 added test helpers (Nicolas Pepin-Perreault)
- 5eca50d 2016-02-02 fixed worker to use new state name (Nicolas Pepin-Perreault)
- 90ae562 2016-02-02 fixed worker to use new state name (Nicolas Pepin-Perreault)
- 91b18b7 2016-02-01 updated so we can pass workers directly (Nicolas Pepin-Perreault)
- 19c91aa 2016-02-01 added possibility to give names to sidekiq states (Nicolas Pepin-Perreault)
- 6c75b61 2016-01-05 updated dependencies (Nicolas Pepin-Perreault)
- 03927a7 2015-08-26 Use sidekiq 3.4.2 (Sergio Medina)
- d99275e 2015-07-22 prevent from rescueing non standard exceptions (Bernat Duran)
- 864475f 2015-07-22 updated gitignore (Bernat Duran)
- ba14ba4 2015-07-14 added ignore statements for exuberant ctags files (Nicolas Pepin-Perreault)
- 768e28c 2015-07-14 added possibility specify how many objects to list (Nicolas Pepin-Perreault)
- ebcdb0a 2015-07-03 added increment value to flow#incr (Nicolas Pepin-Perreault)
- e4c58d5 2015-07-01 changed TODO for TBC (Sergio Medina)
- d551401 2015-07-01 added contact info to gemspec (Sergio Medina)
- 70d9400 2015-06-30 added rename_state to lifecycle (Nicolas Pepin-Perreault)
- 7955101 2015-06-05 added rails logger (Bernat Duran)
##0.4.0