Skip to content

Commit

Permalink
VERSION 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Jan 7, 2022
1 parent 7b3f856 commit 9d718b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pg_search changelog

## 2.3.6

* Drop support for Ruby 2.5
* Support Ruby 3.1
* Support Active Record 7.0
* Don't require `:against` if `:tsvector_column` is specified (Travis Hunter)
* Optionally disable transaction when rebuilding documents (Travis Hunter)
* Preserve columns when chaining ::with_pg_search_highlight (jcsanti)

## 2.3.5

* Add table of contents to README (Barry Woolgar)
Expand Down
2 changes: 1 addition & 1 deletion lib/pg_search/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PgSearch
VERSION = '2.3.5'
VERSION = '2.3.6'
end

0 comments on commit 9d718b5

Please sign in to comment.