We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff70ad commit 901a7d3Copy full SHA for 901a7d3
CHANGELOG.md
@@ -1,3 +1,5 @@
1
+## [3.8.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.1...v3.8.2) (2023-07-11)
2
+
3
## [3.8.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.0...v3.8.1) (2023-06-20)
4
5
# [3.8.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.7.1...v3.8.0) (2023-06-02)
Gemfile.lock
@@ -11,7 +11,7 @@ GIT
11
PATH
12
remote: .
13
specs:
14
- apollo-federation (3.8.1)
+ apollo-federation (3.8.2)
15
google-protobuf (~> 3.22)
16
graphql (>= 1.10.14)
17
lib/apollo-federation/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ApolloFederation
- VERSION = '3.8.1'
+ VERSION = '3.8.2'
end
0 commit comments