Skip to content

Commit

Permalink
🚦 v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Nov 19, 2014
1 parent 3e023f3 commit 62c7e7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

This project uses [Semantic Versioning][1].

## v0.5.1 (2014-11-19)

- Fixed a logic bug that incorrectly determined red lights to be yellow.

## v0.5.0 (2014-11-19)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Check out [stoplight-admin][12] for controlling your stoplights.
Add it to your Gemfile:

``` rb
gem 'stoplight', '~> 0.5.0'
gem 'stoplight', '~> 0.5.1'
```

Or install it manually:
Expand Down
2 changes: 1 addition & 1 deletion stoplight.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'stoplight'
gem.version = '0.5.0'
gem.version = '0.5.1'
gem.summary = 'Traffic control for code.'
gem.description = 'An implementation of the circuit breaker pattern.'
gem.homepage = 'https://github.com/orgsync/stoplight'
Expand Down

0 comments on commit 62c7e7d

Please sign in to comment.