Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed Feb 24, 2020
1 parent 46fe94d commit 0d6daf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,8 @@
# Unreleased

* Added methods which return the SQL used by this gem: `assoc_exists_sql`, `assoc_not_exists_sql`, `compare_assoc_count_sql`, `only_assoc_count_sql`
# 1.1.0 - 2020-02-24

* Added methods which return the SQL used by this gem: `assoc_exists_sql`, `assoc_not_exists_sql`, `compare_assoc_count_sql`, `only_assoc_count_sql`
[Documentation for them](https://maxlap.github.io/activerecord_where_assoc/ActiveRecordWhereAssoc/SqlReturningMethods.html)

# 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion lib/active_record_where_assoc/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordWhereAssoc
VERSION = "1.0.1".freeze
VERSION = "1.1.0".freeze
end

0 comments on commit 0d6daf2

Please sign in to comment.