Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Apr 16, 2024
1 parent b81182a commit 2174184
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### [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
- Validate context size to keep it under 1MB

#### v0.1.0 - 2024-03-08

- Create the gem
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.1.0"
VERSION = "0.2.0"
end

0 comments on commit 2174184

Please sign in to comment.