diff --git a/CHANGELOG.md b/CHANGELOG.md index c2bd5cff6c..3aeef3f433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.26...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.27...HEAD) + +## [v0.17.27](https://github.com/99designs/gqlgen/compare/v0.17.26...v0.17.27) - 2023-03-20 +- 5bfcdd63 release v0.17.27 + +- aab9b968 Revert mstephano #2486 #2508 #2528 (#2587) + +
05500c9d POST transport: missing return and unnecessary logs (#2584) + +* Add missing return in HTTP POST transport + +* Remove HTTP POST transport logs + +
+ +
622039cb feat: support ApolloSandbox playground (#2581) + +* feat: support ApolloSandbox playground + +* add initialState to be same behavior as others + +* add docs link of configuration values + +
+ +- 0bbc7f8c Add omitempty to struct tags for nullable types (#2436) + +- acbae6f0 Update Changelog for v0.17.26 + +- fbfa16ea v0.17.26 postrelease bump + + + + + ## [v0.17.26](https://github.com/99designs/gqlgen/compare/v0.17.25...v0.17.26) - 2023-03-07 - 8ad59302 release v0.17.26