Skip to content

Commit 60e454e

Browse files
committed
v2.0.2 release
- Update CHANGELOG - Update gem version - Add checksum
1 parent c87bad0 commit 60e454e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 2.0.2 (2018-01-28)
2+
3+
House cleaning update, no changes to API or new endpoints added.
4+
5+
- Upgrade Yard development dependency due to vulnerability
6+
- Add CI workflow for building against latest ruby versions
7+
18
# Version 2.0.1 (2017-08-22)
29

310
* Add params to `Project#recent_builds_branch`

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
circleci (2.0.1)
4+
circleci (2.0.2)
55

66
GEM
77
remote: https://rubygems.org/

checksum/circleci-2.0.2.gem.sha512

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
60f37edeb3fd94541e906dcbaa0583fb6cc6c7cf218b612fc6a20ecda364ba14740e51bc24951aeb183cd8534b3ff69d01a4ea23b1089787a25844f75d216d44

circleci.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'circleci'
5-
s.version = '2.0.1'
6-
s.date = '2017-08-22'
5+
s.version = '2.0.2'
6+
s.date = '2018-01-28'
77
s.summary = 'Circle CI REST API gem'
88
s.description = 'Ruby gem for Circle CI REST API'
99
s.licenses = %w[MIT]

0 commit comments

Comments
 (0)