Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2020-07-08)

### Features

* Handle HTTP and network errors according to gRPC spec on client ([#28](#28)) ([c7bb645](c7bb645))
  • Loading branch information
semantic-release-bot committed Jul 8, 2020
1 parent c7bb645 commit 22b65d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/Gusto/grpc-web-ruby/compare/v1.0.1...v1.1.0) (2020-07-08)


### Features

* Handle HTTP and network errors according to gRPC spec on client ([#28](https://github.com/Gusto/grpc-web-ruby/issues/28)) ([c7bb645](https://github.com/Gusto/grpc-web-ruby/commit/c7bb64529ad53387401a60bc0e19ebb8fd101ac6))

## [1.0.1](https://github.com/Gusto/grpc-web-ruby/compare/v1.0.0...v1.0.1) (2020-02-21)


Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grpc-web (1.0.1)
grpc-web (1.1.0)
grpc (~> 1.0)
rack (>= 1.6.0, < 3.0)

Expand Down Expand Up @@ -30,11 +30,11 @@ GEM
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.3.2)
google-protobuf (3.11.4)
googleapis-common-protos-types (1.0.4)
google-protobuf (~> 3.0)
grpc (1.27.0)
google-protobuf (3.12.2)
googleapis-common-protos-types (1.0.5)
google-protobuf (~> 3.11)
grpc (1.30.0)
google-protobuf (~> 3.12)
googleapis-common-protos-types (~> 1.0)
hashdiff (1.0.0)
jaro_winkler (1.5.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/grpc_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GRPCWeb
VERSION = '1.0.1'
VERSION = '1.1.0'
end

0 comments on commit 22b65d1

Please sign in to comment.