Skip to content

Commit

Permalink
Updated README.md and CHANGELOG.md on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Medina committed Feb 20, 2017
1 parent 703c631 commit 73e3441
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

##0.6.3

- [703c631](https://github.com/barcoo/rworkflow/commit/703c631) *2017-02-20* __Merge branch 'config'__ (Sergio Medina)
- [a6be474](https://github.com/barcoo/rworkflow/commit/a6be474) *2017-02-20* __add configuration__ (Sergio Medina)
- [6417919](https://github.com/barcoo/rworkflow/commit/6417919) *2017-02-20* __Merge branch 'master' into config__ (Sergio Medina)
- [e366ff1](https://github.com/barcoo/rworkflow/commit/e366ff1) *2017-02-20* __Update .travis.yml__ (Sergio Medina)
- [c054df5](https://github.com/barcoo/rworkflow/commit/c054df5) *2017-02-20* __require ruby 2.3__ (Sergio Medina)
- [4fe39d6](https://github.com/barcoo/rworkflow/commit/4fe39d6) *2017-02-20* __we only support ruby 2.3__ (Sergio Medina)
- [ddde160](https://github.com/barcoo/rworkflow/commit/ddde160) *2017-02-20* __fix bundle exec rails console__ (Sergio Medina)
- [db40a97](https://github.com/barcoo/rworkflow/commit/db40a97) *2017-02-20* __remove config__ (Sergio Medina)
- [98ce185](https://github.com/barcoo/rworkflow/commit/98ce185) *2017-02-20* __fix tests__ (Sergio Medina)
- [41d23d8](https://github.com/barcoo/rworkflow/commit/41d23d8) *2017-02-20* __add AvoidRailsEnv cop__ (Sergio Medina)

##0.6.2

- [38e6271](https://github.com/barcoo/rworkflow/commit/38e6271) *2016-08-02* __updated rake release task__ (Nicolas Pepin-Perreault)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rworkflow

[![GitHub release](https://img.shields.io/badge/release-0.6.2-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.6.2)
[![GitHub release](https://img.shields.io/badge/release-0.6.3-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.6.3)
[![Build Status](https://travis-ci.org/barcoo/rworkflow.svg?branch=master)](https://travis-ci.org/barcoo/rworkflow)
[![Coverage Status](https://coveralls.io/repos/github/barcoo/rworkflow/badge.svg?branch=master)](https://coveralls.io/github/barcoo/rworkflow?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion lib/rworkflow/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rworkflow
VERSION = '0.6.2'.freeze
VERSION = '0.6.3'.freeze
end

0 comments on commit 73e3441

Please sign in to comment.