Skip to content

Commit 689aac7

Browse files
committed
Bump version and manually create a 1.4.0 release
1 parent 9de191c commit 689aac7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
## Unreleased
1+
## 1.4.0, Sun March 17th 2024
2+
Features:
3+
- [461](https://github.com/graphiti-api/graphiti/pull/461), [463](https://github.com/graphiti-api/graphiti/pull/463) Add support for Rails 7.1 + Ruby 3.2 + Ruby 3.3
4+
5+
Fixes:
6+
- [464](https://github.com/graphiti-api/graphiti/pull/464) Check for url presence before trying to append
7+
- [407](https://github.com/graphiti-api/graphiti/pull/407) Sort types in generated schema
8+
- [421](https://github.com/graphiti-api/graphiti/pull/421) Re-use resource class for remote sideloads to avoid memory leak
9+
- [452](https://github.com/graphiti-api/graphiti/pull/452) Resolve inconsistency for filters containing curly brackets
10+
- [446](https://github.com/graphiti-api/graphiti/pull/446) Fix private call
11+
12+
## 1.3.9, May 25th 2022
13+
Use an options hash for log subscriber instead of positional arguments
14+
15+
## 1.x ??
216

317
Features:
418
- [329](https://github.com/graphiti-api/graphiti/pull/329) Propagate `extra_fields` to related resource links.

lib/graphiti/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Graphiti
2-
VERSION = "1.3.9"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)