From fba5edd4fa1176ef0f2840f3bb90fe10b9f4b695 Mon Sep 17 00:00:00 2001 From: Steve Coffman Date: Mon, 21 Mar 2022 09:46:31 -0400 Subject: [PATCH] Update Changelog Signed-off-by: Steve Coffman --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af09f4bfec..f80fd4fd5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,30 @@ 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.1...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.2...HEAD) + +## [v0.17.2](https://github.com/99designs/gqlgen/compare/v0.17.1...v0.17.2) - 2022-03-21 +- 1f04d38a release v0.17.2 + +- 87fc5f22 Fix #1961](https://github.com/99designs/gqlgen/issues/1961) for Go 1.18 ([#2052) + +- f85d59d3 fixed modelgen test schema (#2032) + +- d873ff8b v0.17.1 postrelease bump + + + + + ## [v0.17.1](https://github.com/99designs/gqlgen/compare/v0.17.0...v0.17.1) - 2022-03-02 +- 5ea50aee release v0.17.1 + +- a493a423 Prepare for new release +
9f520a28 Update golangci-lint and fix resource leak (#2024) * Fix golangci-lint in CI