Skip to content

Commit

Permalink
chore(release): v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettchalupa committed Jan 26, 2023
1 parent 3b25b36 commit c0bc733
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/graphql-docs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GraphQLDocs
VERSION = '3.0.1'
VERSION = '4.0.0'
end

0 comments on commit c0bc733

Please sign in to comment.