Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed Feb 16, 2023
1 parent 708f3c8 commit 8f77db1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 3.2.0 - Unreleased

### Changes
- Added Rails 7.2 CTE argument pattern support

### Bugfixes

- [#94](https://github.com/GeorgeKaraszi/ActiveRecordExtended/pull/94) Prevent queries from prematurely executing while using `union` methods (jlebray)


# 3.1.0 - December 1st 2022

### Changes
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_record_extended (3.1.0)
active_record_extended (3.2.0)
activerecord (>= 5.2, < 7.1.0)
pg (< 3.0)

Expand Down Expand Up @@ -41,7 +41,6 @@ GEM
parser (3.1.3.0)
ast (~> 2.4.1)
pg (1.4.5)
pg (1.4.5-x64-mingw32)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_extended/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordExtended
VERSION = "3.1.0"
VERSION = "3.2.0"
end

0 comments on commit 8f77db1

Please sign in to comment.