Skip to content

Commit

Permalink
Merge pull request #290 from active-hash/flavorjones-release-3.2.1
Browse files Browse the repository at this point in the history
release v3.2.1
  • Loading branch information
kbrock authored Oct 11, 2023
2 parents 57092b4 + 702238a commit 48ac064
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# active_hash Changelog

## next - unreleased
## Version [3.2.1] - <sub><sup>2023-08-31</sup></sub>

### Added

- Improve `pp` output for `ActiveHash::Relation`. [#288](https://github.com/active-hash/active_hash/pull/288) @flavorjones

### Fixed

- Fix relation matching when attribute name collides with a method. [#281](https://github.com/active-hash/active_hash/pull/281) @flavorjones
- Fix association reflection in applications that don't use ActiveHash::Associations. [#286](https://github.com/active-hash/active_hash/pull/286) @iberianpig
- Fix `ActiveHash::Relation#method_missing` and `#respond_to_missing?` without scopes. [#278](https://github.com/active-hash/active_hash/pull/278) @julianrubisch


## Version [3.2.0] - <sub><sup>2023-05-06</sup></sub>
Expand Down
2 changes: 1 addition & 1 deletion lib/active_hash/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveHash
module Gem
VERSION = "3.2.0"
VERSION = "3.2.1"
end
end

0 comments on commit 48ac064

Please sign in to comment.