diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ce81812..6b753b36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 1.34.1 (2024-11-07) + ### New features * [#329](https://github.com/rubocop/rubocop-ast/pull/329): Add `Node#type?` to reduce complexity of checking against multiple node types. ([@dvandersluis][]) diff --git a/docs/antora.yml b/docs/antora.yml index 6c5a3e120..e5419858c 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,5 +1,5 @@ name: rubocop-ast title: RuboCop AST -version: master +version: '1.34' nav: - modules/ROOT/nav.adoc diff --git a/lib/rubocop/ast/version.rb b/lib/rubocop/ast/version.rb index 446ceb49b..27bea2535 100644 --- a/lib/rubocop/ast/version.rb +++ b/lib/rubocop/ast/version.rb @@ -3,7 +3,7 @@ module RuboCop module AST module Version - STRING = '1.34.0' + STRING = '1.34.1' end end end