diff --git a/CHANGELOG.md b/CHANGELOG.md index ad219b6..7eac731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ A concise overview of the public-facing changes to the gem from version to versi ## Unreleased +## v5.2.0 - 2025-02-09 + +- Add search filter to sidebar. Thanks @denisahearn! + ## v5.1.0 - 2024-12-09 - List queries in the sidebar, similar to mutations. See https://github.com/brettchalupa/graphql-docs/pull/156. Thanks @denisahearn! diff --git a/lib/graphql-docs/version.rb b/lib/graphql-docs/version.rb index f731568..bdc642b 100644 --- a/lib/graphql-docs/version.rb +++ b/lib/graphql-docs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GraphQLDocs - VERSION = '5.1.0' + VERSION = '5.2.0' end