Skip to content

Commit 9e765bb

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](v0.2.0...v0.3.0) (2019-09-03) ### Bug Fixes * checkout before running semantic-release ([cb67533](cb67533)) * install before running semantic-release ([0ebb5b5](0ebb5b5)) ### Features * switch from Travis to CircleCI ([#18](#18)) ([3af14b3](3af14b3))
1 parent 0ebb5b5 commit 9e765bb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.3.0](https://github.com/Gusto/apollo-federation-ruby/compare/v0.2.0...v0.3.0) (2019-09-03)
2+
3+
4+
### Bug Fixes
5+
6+
* checkout before running semantic-release ([cb67533](https://github.com/Gusto/apollo-federation-ruby/commit/cb67533))
7+
* install before running semantic-release ([0ebb5b5](https://github.com/Gusto/apollo-federation-ruby/commit/0ebb5b5))
8+
9+
10+
### Features
11+
12+
* switch from Travis to CircleCI ([#18](https://github.com/Gusto/apollo-federation-ruby/issues/18)) ([3af14b3](https://github.com/Gusto/apollo-federation-ruby/commit/3af14b3))
13+
114
## [0.2.0](https://github.com/Gusto/apollo-federation-ruby/compare/v0.1.0...v0.2.0) (2019-08-01)
215

316

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '0.2.0'
4+
VERSION = '0.3.0'
55
end

0 commit comments

Comments
 (0)