diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dcabdd..ee68645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## Unreleased +## v0.3.0 (24 October 2025) +- Add `attr_evaluated` to define attributes that are evaluated/computed at runtime (#32) - Use including class name for error messages (#31) ## v0.2.0 (20 June 2025) diff --git a/lib/static_association/version.rb b/lib/static_association/version.rb index 3db6d22..690f707 100644 --- a/lib/static_association/version.rb +++ b/lib/static_association/version.rb @@ -1,3 +1,3 @@ module StaticAssociation - VERSION = "0.2.0" + VERSION = "0.3.0" end