diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cd73f..d7ce3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # active_hash Changelog +## Version [3.3.1] - 2024-05-03 + +### Fixed + +- Fix `hash_many :through` associations which specify a scope. [#306](https://github.com/active-hash/active_hash/pull/306) @sontixyou + + ## Version [3.3.0] - 2024-04-30 ### Added diff --git a/lib/active_hash/version.rb b/lib/active_hash/version.rb index 474926f..8a42cfb 100644 --- a/lib/active_hash/version.rb +++ b/lib/active_hash/version.rb @@ -1,5 +1,5 @@ module ActiveHash module Gem - VERSION = "3.3.0" + VERSION = "3.3.1" end end