diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-07-24 12:11:00 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-07-24 12:11:00 +0200 |
| commit | 7295681440809103392bd11470dd3e3601dc5c82 (patch) | |
| tree | 93bc203b843cd25ec413814210fb80a04ac951fe /CHANGELOG.md | |
| parent | a0566900c1d3314b68d9dd9d21aa6b5d11f36af9 (diff) | |
| download | graphql-spice-7295681440809103392bd11470dd3e3601dc5c82.tar.gz | |
Add missing bounds
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c26b3..5eae607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [Unreleased] + ## [1.0.3.0] - 2024-07-20 ### Added - Add `deriveToGraphQL` for deriving `ToGraphQL` instances automatically. @@ -31,6 +33,7 @@ and this project adheres to - JSON serialization. - Test helpers. +[Unreleased]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.3.0...master [1.0.3.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.2.0...v1.0.3.0 [1.0.2.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.1.0...v1.0.2.0 [1.0.1.0]: https://git.caraus.tech/OSS/graphql-spice/compare/v1.0.0.0...v1.0.1.0 |
