Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 16, 2024
1 parent 82df437 commit c6d180c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/bemi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Bemi
VERSION = "0.2.0"
VERSION = "0.2.1"
end

0 comments on commit c6d180c

Please sign in to comment.