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
Nicolas Pepin-Perreault committed Aug 2, 2016
1 parent 38e6271 commit 45125a3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

##0.6.2

- [38e6271](https://github.com/barcoo/rworkflow/commit/38e6271) *2016-08-02* __updated rake release task__ (Nicolas Pepin-Perreault)
- [d501cbd](https://github.com/barcoo/rworkflow/commit/d501cbd) *2016-08-02* __updated gemspec__ (Nicolas Pepin-Perreault)
- [1da9341](https://github.com/barcoo/rworkflow/commit/1da9341) *2016-08-02* __ignore .gem files__ (Nicolas Pepin-Perreault)
- [14da014](https://github.com/barcoo/rworkflow/commit/14da014) *2016-08-02* __updated gemspec__ (Nicolas Pepin-Perreault)
- [11c7876](https://github.com/barcoo/rworkflow/commit/11c7876) *2016-08-02* __added redis_rds from rubygems__ (Nicolas Pepin-Perreault)
- [6858a0d](https://github.com/barcoo/rworkflow/commit/6858a0d) *2016-07-25* __add coveralls status badge__ (Sergio Medina)
- [ef464f5](https://github.com/barcoo/rworkflow/commit/ef464f5) *2016-07-25* __add code coverage tools__ (Sergio Medina)
- [563718a](https://github.com/barcoo/rworkflow/commit/563718a) *2016-07-25* __ignore .md-u files__ (Sergio Medina)

##0.6.1

- [db3e65b](https://github.com/barcoo/rworkflow/commit/db3e65b) *2016-07-19* __version bump to 0.6.1__ (Sergio Medina)
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.1-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.6.1)
[![GitHub release](https://img.shields.io/badge/release-0.6.2-blue.png)](https://github.com/barcoo/rworkflow/releases/tag/0.6.2)
[![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.1'.freeze
VERSION = '0.6.2'.freeze
end

0 comments on commit 45125a3

Please sign in to comment.