Skip to content

Commit 37866fa

Browse files
committed
Bump to 5.2.0
1 parent 2b9ce35 commit 37866fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

55
## Unreleased
66

7+
## v5.2.0 - 2025-02-09
8+
9+
- Add search filter to sidebar. Thanks @denisahearn!
10+
711
## v5.1.0 - 2024-12-09
812

913
- List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn!

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 = '5.1.0'
4+
VERSION = '5.2.0'
55
end

0 commit comments

Comments
 (0)