Skip to content

Commit

Permalink
v2.0.2 release
Browse files Browse the repository at this point in the history
- Update CHANGELOG
- Update gem version
- Add checksum
  • Loading branch information
mtchavez committed Jan 29, 2018
1 parent c87bad0 commit 60e454e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 2.0.2 (2018-01-28)

House cleaning update, no changes to API or new endpoints added.

- Upgrade Yard development dependency due to vulnerability
- Add CI workflow for building against latest ruby versions

# Version 2.0.1 (2017-08-22)

* Add params to `Project#recent_builds_branch`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
circleci (2.0.1)
circleci (2.0.2)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksum/circleci-2.0.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
60f37edeb3fd94541e906dcbaa0583fb6cc6c7cf218b612fc6a20ecda364ba14740e51bc24951aeb183cd8534b3ff69d01a4ea23b1089787a25844f75d216d44
4 changes: 2 additions & 2 deletions circleci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Gem::Specification.new do |s|
s.name = 'circleci'
s.version = '2.0.1'
s.date = '2017-08-22'
s.version = '2.0.2'
s.date = '2018-01-28'
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 60e454e

Please sign in to comment.