Skip to content

Commit

Permalink
Release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 26, 2024
1 parent c8e19f7 commit ef20fce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### [v0.3.0](https://github.com/BemiHQ/bemi-rails/compare/v0.2.1...v0.3.0) - 2024-04-26

- Allow querying changes by a record
- Allow filtering changes by values and operations
- Allow sorting changes by using new scopes
- Allow diffing a change
- Filter logs by using `Rails.application.config.filter_parameters`

#### [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
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.1"
VERSION = "0.3.0"
end

0 comments on commit ef20fce

Please sign in to comment.