Skip to content

Commit 28d221f

Browse files
chore(release): 3.9.0 [skip ci]
# [3.9.0](v3.8.5...v3.9.0) (2024-11-20) ### Features * add [@Policy](https://github.com/policy) and respect federation_version in link ([410ef6c](410ef6c))
1 parent f1fe350 commit 28d221f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.9.0](https://github.com/mondaycom/apollo-federation-ruby/compare/v3.8.5...v3.9.0) (2024-11-20)
2+
3+
4+
### Features
5+
6+
* add [@policy](https://github.com/policy) and respect federation_version in link ([410ef6c](https://github.com/mondaycom/apollo-federation-ruby/commit/410ef6c99efc5e33b9c0cdd29161fc7451ae3a88))
7+
18
## [3.8.5](https://github.com/Gusto/apollo-federation-ruby/compare/v3.8.4...v3.8.5) (2024-04-02)
29

310

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apollo-federation (3.8.5)
4+
apollo-federation (3.9.0)
55
google-protobuf (~> 3.22)
66
graphql (>= 1.10.14)
77

@@ -55,6 +55,9 @@ GEM
5555
drb (2.2.1)
5656
erubi (1.13.0)
5757
google-protobuf (3.25.5)
58+
google-protobuf (3.25.5-arm64-darwin)
59+
google-protobuf (3.25.5-x86_64-darwin)
60+
google-protobuf (3.25.5-x86_64-linux)
5861
graphql (2.0.31)
5962
base64
6063
i18n (1.14.6)

lib/apollo-federation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ApolloFederation
4-
VERSION = '3.8.5'
4+
VERSION = '3.9.0'
55
end

0 commit comments

Comments
 (0)