apollo-federation 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93e41c85366169cb54514dc0803b1a92c26ad684520ba328ff108ab67d20474c
4
- data.tar.gz: 53b7ef86f0cf1e65849aed13cd4bfd625647eba6607efa08f2a566d450e5afd2
3
+ metadata.gz: 6ab27100ecccb3aeac76418e8a9c82a578bcdb31525243553b22d33db3dba6ff
4
+ data.tar.gz: 4fa223af97e12ce67902af07df40b89231e624b6a7063718f47c28b4f8d4e388
5
5
  SHA512:
6
- metadata.gz: 24e88953a0bbdc57273f82d05def242266e7368acd8962fb2648ef954c4379fc431b680fba853ee0ddca668fc8f39400e609d3fca8e9bf9248ed8dbf7e2971dd
7
- data.tar.gz: ffd6c899084c8d26d30602ab34e80bfe343c2c6f847daa339130ab4272ccd04aa028b24e41725e1d1acbb00d132f9b81d9129ee8a9a79f0351e037dcb1a9ffc6
6
+ metadata.gz: b4768a663d10b89de500286a844ee8d57552838905af3e6174045fff5832d4d8d6ef6bd9ad73475fce182c5c762d01be00f91aa86f5ddaaef00fbf6984f1c356
7
+ data.tar.gz: 41677ccc01eb15f85df22e96b35c76ec8b83c73908070620fce0ecd5156e0a136291ca17712f6a8ada38db7ea7710e100607d3afade1a7f3c9c813864e66a387
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [3.5.1](https://github.com/Gusto/apollo-federation-ruby/compare/v3.5.0...v3.5.1) (2023-03-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * semantic PR title workflow ([#225](https://github.com/Gusto/apollo-federation-ruby/issues/225)) ([ee6041f](https://github.com/Gusto/apollo-federation-ruby/commit/ee6041f169b5f21427b704f4c71ee6dd0ea5c8b2))
7
+
1
8
  # [3.5.0](https://github.com/Gusto/apollo-federation-ruby/compare/v3.4.1...v3.5.0) (2023-03-08)
2
9
 
3
10
 
@@ -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.1'
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad