From 0815390ccffe755f91bce39febaff9539058ab92 Mon Sep 17 00:00:00 2001 From: sho shimohata Date: Thu, 28 Dec 2023 16:10:20 +0900 Subject: [PATCH] Prepare v0.3.1 --- CHANGELOG.md | 3 +++ lib/graphql/autotest/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6418f9a..531f2d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## master (unreleased) +* [#19](https://github.com/bitjourney/graphql-autotest/pull/19): Drop ruby version 2.5, 2.6, 2.7. (by @kuroponzu) +* [#18](https://github.com/bitjourney/graphql-autotest/pull/18): Support Interface. (by @hanachin) + ## 0.3.0 (2023-07-14) * [#15](https://github.com/bitjourney/graphql-autotest/pull/15): Migrating from Travis CI to GitHub Actions. (by @shimbaco) diff --git a/lib/graphql/autotest/version.rb b/lib/graphql/autotest/version.rb index 02c411e..cb5a9d0 100644 --- a/lib/graphql/autotest/version.rb +++ b/lib/graphql/autotest/version.rb @@ -1,5 +1,5 @@ module GraphQL module Autotest - VERSION = "0.3.0" + VERSION = "0.3.1" end end