apollo-federation 3.5.0 → 3.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e41c85366169cb54514dc0803b1a92c26ad684520ba328ff108ab67d20474c
4
- data.tar.gz: 53b7ef86f0cf1e65849aed13cd4bfd625647eba6607efa08f2a566d450e5afd2
3
+ metadata.gz: 8674286a181f04894788b8e1b1ff064dfb2b7a9db566cff6ac31b770821342dc
4
+ data.tar.gz: 6405fb1eb377c4821f3528b7c69b4ab714564d6739f1020737a4de03e358e7b0
5
5
  SHA512:
6
- metadata.gz: 24e88953a0bbdc57273f82d05def242266e7368acd8962fb2648ef954c4379fc431b680fba853ee0ddca668fc8f39400e609d3fca8e9bf9248ed8dbf7e2971dd
7
- data.tar.gz: ffd6c899084c8d26d30602ab34e80bfe343c2c6f847daa339130ab4272ccd04aa028b24e41725e1d1acbb00d132f9b81d9129ee8a9a79f0351e037dcb1a9ffc6
6
+ metadata.gz: 5799c75a497544ac66591c62020f340e7ca0c44617aefa3076118421d9b0a51eb9a57fafe0b67d3c6753ec9e6d904f2b8f069fc61387b25bf42562d81aeb3c50
7
+ data.tar.gz: 9929c3f176c3b33d94abdb09a777121909fa353019e0ad4ba2862176e35e77ca1f3fb74edf30b5c283f1f1f99ffadf6a70931e7c62c733a1623e32a051783e33
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.5.2](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.1...v3.5.2) (2023-03-08)
2
+
3
+
4
+ ### Reverts
5
+
6
+ * Revert "chore: use Github App for authentication (#216)" (#227) ([f503704](https://github.com/Gusto/apollo-federation-ruby/commit/f5037047da67d809c3ffcbcc20318cd3996fb2e1)), closes [#216](https://github.com/Gusto/apollo-federation-ruby/issues/216) [#227](https://github.com/Gusto/apollo-federation-ruby/issues/227)
7
+
8
+ ## [3.5.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.0...v3.5.1) (2023-03-08)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * semantic PR title workflow ([#225](https://github.com/Gusto/apollo-federation-ruby/issues/225)) ([ee6041f](https://github.com/Gusto/apollo-federation-ruby/commit/ee6041f169b5f21427b704f4c71ee6dd0ea5c8b2))
14
+
1
15
  # [3.5.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.4.1...v3.5.0) (2023-03-08)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApolloFederation
4
- VERSION = '3.5.0'
4
+ VERSION = '3.5.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-federation
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad