diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c65e8d..8884095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.2.0 - 2024-08-31 + * Add support for composite primary keys in Rails 7.2 # 1.1.5 - 2024-05-18 diff --git a/lib/active_record_where_assoc/version.rb b/lib/active_record_where_assoc/version.rb index 0a4798d..12731f3 100644 --- a/lib/active_record_where_assoc/version.rb +++ b/lib/active_record_where_assoc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActiveRecordWhereAssoc - VERSION = "1.1.5".freeze + VERSION = "1.2.0".freeze end