From c0bc7339f5a7ca6090583e4628447c9d60b80bf8 Mon Sep 17 00:00:00 2001 From: Brett Chalupa Date: Thu, 26 Jan 2023 14:51:20 -0500 Subject: [PATCH] chore(release): v4.0.0 --- CHANGELOG.md | 9 +++++++-- lib/graphql-docs/version.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162caa1..2f47463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ A concise overview of the public-facing changes to the gem from version to versi ## Unreleased -The follow changes will be coming in the upcoming v4.0.0 release. +## v4.0.0 - 2023-01-26 - **Breaking change**: drop support for Ruby 2.5 and earlier -- Fixes +- CLI with limited options, e.g. `graphql-docs schema.graphql` +- Dart Sass replaces Ruby Sass because Ruby Sass is deprecated +- Fixes: - Upgrade commonmarker to latest ver to address security vulnerabilities + - commonmarker pinned to version without security vulnerability +- Chores + - Dev env refresh ## v3.0.1 - 2022-10-14 diff --git a/lib/graphql-docs/version.rb b/lib/graphql-docs/version.rb index 7b87dbb..37037a4 100644 --- a/lib/graphql-docs/version.rb +++ b/lib/graphql-docs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GraphQLDocs - VERSION = '3.0.1' + VERSION = '4.0.0' end