Skip to content

Commit

Permalink
Version bump to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Mar 13, 2016
1 parent 03ef892 commit 3f8c606
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Version 0.2.3 - (2016-03-12)

* CircleCi::RecentBuilds#get - Replaces old CircleCi#organization endpoint to return all recent builds
* Remove CircleCi#organization for CircleCi::RecentBuilds#get
Expand Down
4 changes: 2 additions & 2 deletions circleci.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'circleci'
s.version = '0.2.2'
s.date = '2016-02-26'
s.version = '0.2.3'
s.date = '2016-03-12'
s.summary = 'Circle CI REST API gem'
s.description = 'Ruby gem for Circle CI REST API'
s.licenses = %w[MIT]
Expand Down

0 comments on commit 3f8c606

Please sign in to comment.