Skip to content

Commit c0bc733

Browse files
committed
chore(release): v4.0.0
1 parent 3b25b36 commit c0bc733

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ A concise overview of the public-facing changes to the gem from version to versi
44

55
## Unreleased
66

7-
The follow changes will be coming in the upcoming v4.0.0 release.
7+
## v4.0.0 - 2023-01-26
88

99
- **Breaking change**: drop support for Ruby 2.5 and earlier
10-
- Fixes
10+
- CLI with limited options, e.g. `graphql-docs schema.graphql`
11+
- Dart Sass replaces Ruby Sass because Ruby Sass is deprecated
12+
- Fixes:
1113
- Upgrade commonmarker to latest ver to address security vulnerabilities
14+
- commonmarker pinned to version without security vulnerability
15+
- Chores
16+
- Dev env refresh
1217

1318
## v3.0.1 - 2022-10-14
1419

lib/graphql-docs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GraphQLDocs
4-
VERSION = '3.0.1'
4+
VERSION = '4.0.0'
55
end

0 commit comments

Comments
 (0)