๐ŸŒŠ A GraphQL implementation in Gleam

chore: bump version to 2.1.1 and update changelog

Changed files
+8 -1
+7
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.1.1 4 + 5 + ### Fixed 6 + 7 + - Inline fragments on union types within arrays now resolve correctly (was skipping union type resolution for `List[NonNull[Union]]` items) 8 + - Union types are now always traversed during introspection on first encounter, ensuring their `possibleTypes` are properly collected 9 + 3 10 ## 2.1.0 4 11 5 12 ### Added
+1 -1
gleam.toml
··· 1 1 name = "swell" 2 - version = "2.1.0" 2 + version = "2.1.1" 3 3 description = "๐ŸŒŠ A GraphQL implementation in Gleam" 4 4 licences = ["Apache-2.0"] 5 5 repository = { type = "github", user = "bigmoves", repo = "swell" }