diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ed2ab..ff7c900 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +#### [v0.2.1](https://github.com/BemiHQ/bemi-rails/compare/v0.2.0...v0.2.1) - 2024-04-16 + +- Validate context type to make sure it's a hash or hash-like object + #### [v0.2.0](https://github.com/BemiHQ/bemi-rails/compare/v0.1.0...v0.2.0) - 2024-04-16 - Fix compatibility with ActiveRecord versions prior to 7.1 diff --git a/lib/bemi/version.rb b/lib/bemi/version.rb index 7057273..4498ccf 100644 --- a/lib/bemi/version.rb +++ b/lib/bemi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Bemi - VERSION = "0.2.0" + VERSION = "0.2.1" end