Skip to content

Commit

Permalink
chore(release): 0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.4.1](v0.4.0...v0.4.1) (2019-10-12)

### Bug Fixes

* Support lazy objects ([#17](#17)) ([68b0b9a](68b0b9a))
  • Loading branch information
semantic-release-bot committed Oct 12, 2019
1 parent 68b0b9a commit 92bd638
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.4.1](https://github.com/Gusto/apollo-federation-ruby/compare/v0.4.0...v0.4.1) (2019-10-12)


### Bug Fixes

* Support lazy objects ([#17](https://github.com/Gusto/apollo-federation-ruby/issues/17)) ([68b0b9a](https://github.com/Gusto/apollo-federation-ruby/commit/68b0b9a))

# [0.4.0](https://github.com/Gusto/apollo-federation-ruby/compare/v0.3.2...v0.4.0) (2019-09-10)


Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apollo-federation (0.4.0)
apollo-federation (0.4.1)
google-protobuf
graphql

Expand Down Expand Up @@ -34,8 +34,8 @@ GEM
crass (1.0.4)
diff-lcs (1.3)
erubi (1.8.0)
google-protobuf (3.9.1)
graphql (1.9.12)
google-protobuf (3.9.2)
graphql (1.9.13)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/apollo-federation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ApolloFederation
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit 92bd638

Please sign in to comment.