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 Sep 7, 2016
1 parent 0752e21 commit c92c5dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

##0.1.4

- [0752e21](https://github.com/barcoo/redis_rds/commit/0752e21) *2016-09-07* __require counter type__ (Nicolas Pepin-Perreault)
- [ddbc82c](https://github.com/barcoo/redis_rds/commit/ddbc82c) *2016-09-07* __added temporary counter type__ (Nicolas Pepin-Perreault)
- [6d993d8](https://github.com/barcoo/redis_rds/commit/6d993d8) *2016-09-07* __version bump__ (Nicolas Pepin-Perreault)
- [985b54e](https://github.com/barcoo/redis_rds/commit/985b54e) *2016-09-07* __updated String#set to have more options supported by redis__ (Nicolas Pepin-Perreault)

##0.1.2

- [3651e53](https://github.com/barcoo/redis_rds/commit/3651e53) *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 @@
# RedisRds

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

Expand Down
2 changes: 1 addition & 1 deletion lib/redis_rds/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RedisRds
VERSION = '0.1.3'.freeze
VERSION = '0.1.4'.freeze
end

0 comments on commit c92c5dd

Please sign in to comment.